From 5121689b2cd69da6def9e3a08256d8cdf9c80580 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 28 Feb 2021 14:38:36 -0500 Subject: [PATCH] Increase default vim cmdheight --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 70615e3..b10d624 100644 --- a/.vimrc +++ b/.vimrc @@ -63,6 +63,7 @@ set tabstop=2 set shiftwidth=0 set expandtab set textwidth=100 +set cmdheight=2 nnoremap :FZF