nvim: after/plugin/fugitive: Improve normal mode mapping for GBrowse

This commit is contained in:
Sanchayan Maity 2021-11-17 18:00:54 +05:30
parent 3f61c98414
commit c84e620795
1 changed files with 1 additions and 1 deletions

View File

@ -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>