From f348a9affb3544eacb568e6e998d49eb2fc88f63 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 28 Mar 2018 22:46:48 +0100 Subject: [PATCH] vim-fugitive mappings --- vimrc.d/mappings.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc.d/mappings.vim b/vimrc.d/mappings.vim index d2b1016..82804db 100644 --- a/vimrc.d/mappings.vim +++ b/vimrc.d/mappings.vim @@ -22,10 +22,10 @@ nnoremap gd :Gdiff nnoremap gD :!clear; echo 'git diff'; git diff nnoremap ga :!clear; git add %; git status nnoremap gA :!clear; git add .; git status -nnoremap gc :!clear; git commit -m '' +nnoremap gc :Gcommit nnoremap gg :!clear; git add %; git commit -m '' -nnoremap gp :!clear; echo 'git push'; git push -nnoremap gl :!clear; git log +nnoremap gp :Gpush +nnoremap gl :Glog " netrw nnoremap ex :Ex