Magit plugin hotkeys added
This commit is contained in:
@@ -44,6 +44,12 @@ let g:gitgutter_override_sign_column_highlight = 1
|
|||||||
highlight SignColumn ctermbg=none
|
highlight SignColumn ctermbg=none
|
||||||
set updatetime=100
|
set updatetime=100
|
||||||
|
|
||||||
|
"
|
||||||
|
" Magit plugin config
|
||||||
|
"
|
||||||
|
nnoremap <leader>gs :Magit<CR> " git status
|
||||||
|
nnoremap <leader>gp :! git push<CR> " git Push
|
||||||
|
|
||||||
"
|
"
|
||||||
" NERDTree plugin config
|
" NERDTree plugin config
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user