From: Samir Benmendil Date: Thu, 9 Jun 2022 13:16:38 +0000 (+0100) Subject: vim/fugitive: map to open/close index folds X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/45aee1d5282bfca1a6d9b7c13676e346da40bf1c?ds=sidebyside vim/fugitive: map to open/close index folds --- diff --git a/vim/vimrc b/vim/vimrc index fdd0552..2d6d066 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -640,7 +640,7 @@ nnoremap gb :G blame augroup fugitive_gstatus au! - autocmd BufWinEnter */.git/index resize 16 + autocmd User FugitiveIndex nmap = augroup end " Gundo {{{2