Taylor Bockman
2 years ago
2 changed files with 19 additions and 4 deletions
@ -1,7 +1,8 @@
|
||||
" Fugitive Configuration |
||||
|
||||
" Fugitive bindings |
||||
nnoremap <Leader>gs :Gstatus<CR> |
||||
nnoremap <Leader>gd :Gdiff<CR> |
||||
nnoremap <Leader>gb :Gblame<CR> |
||||
nnoremap <Leader>gc :Gcommit<CR> |
||||
nnoremap <Leader>gs :Git status<CR> |
||||
nnoremap <Leader>gd :Git diff<CR> |
||||
nnoremap <Leader>gb :Git blame<CR> |
||||
nnoremap <Leader>gc :Git commit<CR> |
||||
nnoremap <Leader>gp :Git push<CR> |
||||
|
Loading…
Reference in new issue