From 1d58d25015bcd5faf1b16a6768ee619619f5eb9d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 25 Oct 2019 23:48:16 +0200 Subject: [PATCH] [UPDATE][VIM] Remove Gmove leader mappings I never use it, and git-messenger shadows the mapping, which I should make less implicit by at least removing this useless option. --- vim/.vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index adec250..9e32684 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -409,8 +409,6 @@ nnoremap gs :Gstatus nnoremap gd :Gdiffsplit! " Open current file log in new tab, populate its location list with history nnoremap gl :spT:Gllog --follow -- %:p -" Use git-mv and rename the buffer, backspace and add '!' to use the '-f' flag -nnoremap gm :Gmove " Open a buffer to the left with blame information nnoremap gb :Gblame " Commit staged changes, open a new tab just for it