Update vim conf

This commit is contained in:
Jeff Lance 2020-12-11 21:08:32 +01:00
parent baf19bb44f
commit ef865b1b00

View File

@ -300,11 +300,8 @@ map <leader>{ c{}<esc>P
map <silent> <S-q> {gq}<Bar>:echo "Rewrapped paragraph"<CR> map <silent> <S-q> {gq}<Bar>:echo "Rewrapped paragraph"<CR>
" Git " Git
Shortcut git status map <silent> <leader>Gs :Git status<cr>
\ map <silent> <leader>Gs :Git status<cr> map <leader>Ga :Git add
Shortcut git add map <leader>Gc :Git commit
\ map <leader>Ga :Git add
Shortcut git commit
\ map <leader>Gc :Git commit
" ----- " -----
" }}} " }}}