[vim] nnoremap fixed inline comments

Added "|" at the end of involved commands https://stackoverflow.com/a/24717020/1044605
This commit is contained in:
2022-08-27 16:27:12 +03:00
parent a350909de6
commit 58b51d0b8c

View File

@@ -88,8 +88,8 @@ nnoremap <leader>gu :GitGutterUndoHunk<CR> " undo git change under the line
" "
" Magit plugin config " Magit plugin config
" "
nnoremap <leader>gs :Magit<CR> " git status nnoremap <leader>gs :Magit<CR>| " git status
nnoremap <leader>gp :! git push<CR> " git Push nnoremap <leader>gp :! git push<CR>| " git Push
" "
" NERDTree plugin config " NERDTree plugin config