From: Samir Benmendil Date: Tue, 29 Jan 2019 07:36:51 +0000 (+0000) Subject: vim: resize Gstatus window to 16 lines X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6f79f83796526e9371d06ad8f2941f4a421d75e9?ds=inline vim: resize Gstatus window to 16 lines --- 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