[vim] git pull command added

This commit is contained in:
2022-08-27 16:32:04 +03:00
parent 5a69be144b
commit 2c43674eb1

View File

@@ -92,6 +92,7 @@ nnoremap <leader>gu :GitGutterUndoHunk<CR> " undo git change under the line
"
nnoremap <leader>gs :Magit<CR>| " git status
nnoremap <leader>gp :! git push<CR>| " git Push
nnoremap <leader>gP :! git pull<CR>| " git Pull
"
" NERDTree plugin config