Increase default vim cmdheight

This commit is contained in:
mitchell 2021-02-28 14:38:36 -05:00
parent e0ae2e0257
commit 5121689b2c

1
.vimrc
View file

@ -63,6 +63,7 @@ set tabstop=2
set shiftwidth=0
set expandtab
set textwidth=100
set cmdheight=2
nnoremap <C-p> :FZF<cr>