From: Samir Benmendil Date: Sat, 8 Aug 2020 12:15:53 +0000 (+0100) Subject: vim: open commit window in a new tab X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/aade95c783d9df87fd172a724c82f318ed851963?ds=sidebyside vim: open commit window in a new tab --- diff --git a/vim/vimrc b/vim/vimrc index 211a64b..889a26e 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -559,7 +559,7 @@ autocmd BufReadPost fugitive://* set bufhidden=delete nnoremap gs :Git nnoremap gd :Gdiffsplit -nnoremap gc :G commit -v +nnoremap gc :tab G commit -v nnoremap ga :Gwrite nnoremap gb :G blame