From 58b51d0b8c68fa31e817c105f8ba52c09fc8f732 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sat, 27 Aug 2022 16:27:12 +0300 Subject: [PATCH] [vim] nnoremap fixed inline comments Added "|" at the end of involved commands https://stackoverflow.com/a/24717020/1044605 --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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