nvim: after/plugin/fugitive: Improve normal mode mapping for GBrowse
This commit is contained in:
parent
3f61c98414
commit
c84e620795
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ nnoremap <Leader>gS :Git stash -- %<CR>
|
|||
nnoremap <Leader>gt :Git reflog<CR>
|
||||
xnoremap <Leader>gu :GBrowse!<CR>
|
||||
xnoremap <Leader>gU :GBrowse<CR>
|
||||
nnoremap <Leader>gu :GBrowse<CR>
|
||||
nnoremap <Leader>gu :norm 0v$<CR>:GBrowse<CR>
|
||||
nnoremap <Leader>gw :Gwrite<CR>
|
||||
nnoremap <Leader>G :Git<SPACE>
|
||||
|
||||
|
|
Loading…
Reference in a new issue