diff --git a/vim/vimrc b/vim/vimrc index 70d8342..37921ff 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -88,8 +88,8 @@ nnoremap gu :GitGutterUndoHunk " undo git change under the line " " Magit plugin config " -nnoremap gs :Magit " git status -nnoremap gp :! git push " git Push +nnoremap gs :Magit| " git status +nnoremap gp :! git push| " git Push " " NERDTree plugin config