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