Don't use deprecated :Gstatus (use :Git)

This commit is contained in:
2021-04-21 20:38:27 +02:00
parent c1bc191841
commit 5c261b269f

View File

@@ -283,7 +283,7 @@ nnoremap <leader>sd :SyntasticSetLoclist<cr>:lopen<cr>
nnoremap <leader>sc :w<cr>:SyntasticCheck<cr> nnoremap <leader>sc :w<cr>:SyntasticCheck<cr>
nnoremap <leader>sr :SyntasticReset<cr> nnoremap <leader>sr :SyntasticReset<cr>
nnoremap <leader>T :TagbarToggle<cr> nnoremap <leader>T :TagbarToggle<cr>
nnoremap <leader>g :Gstatus<cr> nnoremap <leader>g :Git<cr>
" }}} " }}}
" Abbreviations " Abbreviations