diff --git a/vimrc b/vimrc index fb8752c..1145491 100644 --- a/vimrc +++ b/vimrc @@ -486,11 +486,10 @@ let g:mta_filetypes = { " #vim-fugitive{{{ " https://github.com/tpope/vim-fugitive/blob/master/README.markdown Plug 'tpope/vim-fugitive' - command! GdiffInTab tabedit %|Gdiff - nnoremap gs :Gstatus - nnoremap gd :GdiffInTab - nnoremap gc :Gcommit - nnoremap gl :Glog + nnoremap gs :Gstatus + nnoremap gd :tabedit %:Gdiff + nnoremap gc :Gcommit + nnoremap gl :Glog "}}} " #vim-git{{{