Magit plugin hotkeys added

This commit is contained in:
2022-08-08 23:45:26 +03:00
parent 7ce62654ea
commit b934922295

View File

@@ -44,6 +44,12 @@ let g:gitgutter_override_sign_column_highlight = 1
highlight SignColumn ctermbg=none
set updatetime=100
"
" Magit plugin config
"
nnoremap <leader>gs :Magit<CR> " git status
nnoremap <leader>gp :! git push<CR> " git Push
"
" NERDTree plugin config
"