4

I installed the Vimair line using Vundle, as below,

Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes'

But the status bar is generating some of the margins at bottom. I don't know how to fix this, as I am a new learner. A sample screen shoot is shown below. The extra margin is at the bottom in black

Mou Sam Dahal
  • 273
  • 2
  • 10
  • Uh, what margins? It’s hard to tell from your screenshot what you mean – D. Ben Knoble Jan 19 '20 at 14:44
  • 1
    the above little black gaps after the command-:nohlsearch are left on the bottom of vim while using it in full-screen mode. This doesnot happen when I am using it in normal mode or not in full screen mode. – Mou Sam Dahal Jan 19 '20 at 15:11
  • Are you using gvim or using vim inside a terminal? – isAif Apr 24 '20 at 11:43
  • I am using NeoVim. I saw that when I zoom in and out a little than the nvim window fits the Terminal size, but in the original size of my font it's not working. Is that because of Font size? – Mou Sam Dahal Jul 08 '20 at 14:49

2 Answers2

2

So I was having the same issue (neovim in WSL in windows terminal).
I just clicked and dragged it down

I also have set mouse=a in init.vim

Before: Before

After: After

Daniel Rudy
  • 1,411
  • 12
  • 23
Sam
  • 36
  • 4
-1

Try adding the following line in your .vimrc file

set nowshowmode

  • 1
    Please provide a detailed explanation to your answer, in order for the next user to understand your answer better. – Elydasian Jul 23 '21 at 12:09