Commit d68ec72

mo khan <mo@mokhan.ca>
2021-07-15 04:00:30
shrink height of command bar
1 parent 5405931
Changed files (1)
vimrc
@@ -57,7 +57,7 @@ set incsearch   " incremental searching
 set ignorecase  " searches are case insensitive...
 set smartcase   " ... unless they contain at least one capital letter
 set showmatch   " briefly jump to the matching bracket.
-set cmdheight=2 " Give more space for displaying messages.
+set cmdheight=1 " Give more space for displaying messages.
 if !has("nvim")
   set signcolumn=number
 endif