Skip to content

Commit 25677cc

Browse files
committed
command deprecated, changed to
1 parent 075539c commit 25677cc

File tree

1 file changed

+2
-2
lines changed
  • generate/vim_template

1 file changed

+2
-2
lines changed

generate/vim_template/vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Plug 'majutsushi/tagbar'
4848
Plug 'dense-analysis/ale'
4949
Plug 'Yggdroot/indentLine'
5050
Plug 'editor-bootstrap/vim-bootstrap-updater'
51-
Plug 'tpope/vim-rhubarb' " required by fugitive to :Gbrowse
51+
Plug 'tpope/vim-rhubarb' " required by fugitive to :GBrowse
5252
{{.BufferTheme.Bundle}}
5353

5454
if isdirectory('/usr/local/opt/fzf')
@@ -434,7 +434,7 @@ vnoremap J :m '>+1<CR>gv=gv
434434
vnoremap K :m '<-2<CR>gv=gv
435435
436436
"" Open current line on GitHub
437-
nnoremap <Leader>o :.Gbrowse<CR>
437+
nnoremap <Leader>o :.GBrowse<CR>
438438
439439
"*****************************************************************************
440440
"" Custom configs

0 commit comments

Comments
 (0)