mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] add a binding for my favorite git feature
This commit is contained in:
parent
7177de926a
commit
35b1e9446e
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
nnoremap <leader>gw :GBrowse<CR>
|
||||
nnoremap <leader>gW :.GBrowse<CR>
|
||||
nnoremap <leader>gc :Git commit %
|
||||
nnoremap <leader>gC :Git commit --amend
|
||||
nnoremap <leader>gl :Gclog<CR>
|
||||
nnoremap <leader>gp :Git push
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue