From 6f79f83796526e9371d06ad8f2941f4a421d75e9 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 29 Jan 2019 07:36:51 +0000 Subject: [PATCH] vim: resize Gstatus window to 16 lines --- vim/vimrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/vimrc b/vim/vimrc index 5ba99d3..9a3a86e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -536,6 +536,11 @@ nnoremap gc :Gcommit -v nnoremap ga :Gwrite nnoremap gb :Gblame +augroup fugitive_gstatus + au! + autocmd BufWinEnter */.git/index resize 16 +augroup end + " Gundo {{{2 nnoremap :GundoToggle -- 2.48.1