commit a41e7a8cb7f454e8af22f85260a011f4c1b10bfe
parent 92da7c7730484c70ff69a21a5efa8d9f4d0fd5db
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Thu, 25 Jul 2019 12:40:48 +0200
vim: fix press enter to continue on :help
Former-commit-id: f863a04fc5070beffe230b3abc459e13488f51a7
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -239,6 +239,10 @@ set fileencoding=utf-8
set fileencodings=utf-8
set fileformats=unix,dos,mac
+" Number of lines to use for command line
+" (this fixes the 'press enter to continue' thing on :help)
+set cmdheight=2
+
" netrw {{{
let g:netrw_banner = 0 " hide the banner
let g:netrw_liststyle = 3 " tree view