We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075539c + 25677cc commit 893527dCopy full SHA for 893527d
generate/vim_template/vimrc
@@ -48,7 +48,7 @@ Plug 'majutsushi/tagbar'
48
Plug 'dense-analysis/ale'
49
Plug 'Yggdroot/indentLine'
50
Plug 'editor-bootstrap/vim-bootstrap-updater'
51
-Plug 'tpope/vim-rhubarb' " required by fugitive to :Gbrowse
+Plug 'tpope/vim-rhubarb' " required by fugitive to :GBrowse
52
{{.BufferTheme.Bundle}}
53
54
if isdirectory('/usr/local/opt/fzf')
@@ -434,7 +434,7 @@ vnoremap J :m '>+1<CR>gv=gv
434
vnoremap K :m '<-2<CR>gv=gv
435
436
"" Open current line on GitHub
437
-nnoremap <Leader>o :.Gbrowse<CR>
+nnoremap <Leader>o :.GBrowse<CR>
438
439
"*****************************************************************************
440
"" Custom configs
0 commit comments