diff --git a/vim/vimrc b/vim/vimrc index 8ac2943..f88d623 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -92,6 +92,7 @@ nnoremap gu :GitGutterUndoHunk " undo git change under the line " nnoremap gs :Magit| " git status nnoremap gp :! git push| " git Push +nnoremap gP :! git pull| " git Pull " " NERDTree plugin config