From 1956140d2b78c5f340772b123d4e2413c64303fd Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 6 Jan 2013 13:41:29 -0500 Subject: [PATCH] Set cmdheight=2 An extra line at the bottom does wonders for "Press ENTER" prompts. --- plugin/sensible.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/sensible.vim b/plugin/sensible.vim index fe973b6..da04318 100644 --- a/plugin/sensible.vim +++ b/plugin/sensible.vim @@ -27,6 +27,7 @@ if maparg('', 'n') ==# '' nnoremap :nohls endif +set cmdheight=2 set laststatus=2 set ruler set showcmd