diff options
| author | jdhao <jdhao@hotmail.com> | 2021-02-23 23:46:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-02-23 23:46:10 +0800 |
| commit | 09c234035d7beaeca23bdc609993ffd3d4a1c7b4 (patch) | |
| tree | cc295daa3836d7818d9231fede9369b62d63d7f6 /core | |
| parent | e337f8270a1893de13d41f6dea6df8d816d00ae7 (diff) | |
Update fugitive mappings
Diffstat (limited to 'core')
| -rw-r--r-- | core/plugins.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index 782fa45..811262c 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -694,7 +694,8 @@ let g:signify_sign_change = '~' nnoremap <silent> <leader>gc :Git commit<CR> nnoremap <silent> <leader>gs :Gstatus<CR> nnoremap <silent> <leader>gpl :Git pull<CR> -nnoremap <silent> <leader>gpu :term git push +" Note that to use bar literally, we need backslash it, see also `:h :bar`. +nnoremap <silent> <leader>gpu :15split \| term git push "}} "{{ Markdown writing |
