From 18bb809e35379c379ca7f27a5dca186e6cc214e1 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 22 Jul 2022 18:18:49 +0200 Subject: [PATCH] vimrc: set cmdheight --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 7e01ac6..da2a479 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -760,6 +760,7 @@ set foldmethod=manual " manual folding set encoding=utf-8 " important for powerline besides others set fileencoding=utf-8 " set encoding for newly saved files set noscrollbind +set cmdheight=2 " lines under {status,air}line set updatetime=250 " no background from colorscheme as it messes with background transparency in kitty