aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-09-08 13:19:34 +0800
committerjdhao <jdhao@hotmail.com>2022-09-08 13:19:34 +0800
commit309c8ad6368ff549278300343d68fed54b74d5a4 (patch)
treeeede215db9e613a67250e523f8753eabe6081669 /core/plugins.vim
parent954a4a1cad62c2c3e3a25c8c78723ff5b0d5a60a (diff)
update mapping
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index 1a1cd65..3d9dce3 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -189,15 +189,6 @@ let g:signify_vcs_list = [ 'git' ]
" Change the sign for certain operations
let g:signify_sign_change = '~'
-"""""""""""""""""""""""""vim-fugitive settings""""""""""""""""""""""""""""""
-nnoremap <silent> <leader>gs :Git<CR>
-nnoremap <silent> <leader>gw :Gwrite<CR>
-nnoremap <silent> <leader>gc :Git commit<CR>
-nnoremap <silent> <leader>gd :Gdiffsplit<CR>
-nnoremap <silent> <leader>gpl :Git pull<CR>
-" Note that to use bar literally, we need backslash it, see also `:h :bar`.
-nnoremap <silent> <leader>gpu :15split \| term git push<CR>
-
"""""""""""""""""""""""""plasticboy/vim-markdown settings"""""""""""""""""""
" Disable header folding
let g:vim_markdown_folding_disabled = 1