From 309c8ad6368ff549278300343d68fed54b74d5a4 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 8 Sep 2022 13:19:34 +0800 Subject: update mapping --- core/plugins.vim | 9 --------- 1 file changed, 9 deletions(-) (limited to 'core/plugins.vim') 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 gs :Git -nnoremap gw :Gwrite -nnoremap gc :Git commit -nnoremap gd :Gdiffsplit -nnoremap gpl :Git pull -" Note that to use bar literally, we need backslash it, see also `:h :bar`. -nnoremap gpu :15split \| term git push - """""""""""""""""""""""""plasticboy/vim-markdown settings""""""""""""""""""" " Disable header folding let g:vim_markdown_folding_disabled = 1 -- cgit v1.2.3