mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] update the mappings for fugitive
This commit is contained in:
parent
faa946c7cc
commit
a06b104376
1 changed files with 7 additions and 6 deletions
|
@ -2,11 +2,12 @@
|
|||
let g:gitgutter_map_keys = 0
|
||||
nnoremap <leader>gg :G
|
||||
nnoremap <leader>g :Git<space>
|
||||
nnoremap <leader>gs :vertical Gstatus<CR>
|
||||
nnoremap <leader>gd :Gdiff
|
||||
nnoremap <leader>gb :Gblame<CR>
|
||||
nnoremap <leader>gw :Gbrowse<CR>
|
||||
nnoremap <leader>gs :vertical Git<CR>
|
||||
nnoremap <leader>gd :Gdiffsplit
|
||||
nnoremap <leader>gb :Git blame<CR>
|
||||
nnoremap <leader>gw :GBrowse<CR>
|
||||
nnoremap <leader>gW :.GBrowse<CR>
|
||||
nnoremap <leader>gc :Gcommit %
|
||||
nnoremap <leader>gl :Glog<CR>
|
||||
nnoremap <leader>gp :Gpush
|
||||
nnoremap <leader>gl :Gclog<CR>
|
||||
nnoremap <leader>gp :Git push
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue