[vim] nnoremap fixed inline comments
Added "|" at the end of involved commands https://stackoverflow.com/a/24717020/1044605
This commit is contained in:
@@ -88,8 +88,8 @@ nnoremap <leader>gu :GitGutterUndoHunk<CR> " undo git change under the line
|
||||
"
|
||||
" Magit plugin config
|
||||
"
|
||||
nnoremap <leader>gs :Magit<CR> " git status
|
||||
nnoremap <leader>gp :! git push<CR> " git Push
|
||||
nnoremap <leader>gs :Magit<CR>| " git status
|
||||
nnoremap <leader>gp :! git push<CR>| " git Push
|
||||
|
||||
"
|
||||
" NERDTree plugin config
|
||||
|
||||
Reference in New Issue
Block a user