" ====================================================== " Fugitive " ===================================================== " Blame vnoremap gitb :Git blame nnoremap gitb :Git blame " Commit vnoremap gitc :Git commit nnoremap gitc :Git commit " vdiff vnoremap gitvd :vert Git --paginate nnoremap gitvd :vert Git --paginate " git grep vnoremap git/ :Ggrep nnoremap git/ :Ggrep " push vnoremap gitps :Git push nnoremap gitps :Git push " pull vnoremap gitpl :Git pull nnoremap gitpl :Git pull " fetch vnoremap gitft :Git fetch nnoremap gitft :Git fetch " Status vnoremap git? :Git status nnoremap git? :Git status " write vnoremap gitw :Gwrite nnoremap gitw :Gwrite " log -L vnoremap gitlg :Glog nnoremap gitlg :Glog " delete vnoremap gitdel :Gdelete nnoremap gitdel :Gdelete " open current file in remote location using browser vnoremap gitB :Gbrowse nnoremap gitB :Gbrowse " create new branch vnoremap gitot :Git checkout -B nnoremap gitot :Git checkout -B