Skip to content

Commit

Permalink
Merge pull request #432 from IvanJijon/fix-gbrowse-deprecated-command
Browse files Browse the repository at this point in the history
Fixes removed `:Gbrowse` command - Issue #431
  • Loading branch information
cassiobotaro authored May 25, 2023
2 parents 075539c + 25677cc commit 893527d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate/vim_template/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Plug 'majutsushi/tagbar'
Plug 'dense-analysis/ale'
Plug 'Yggdroot/indentLine'
Plug 'editor-bootstrap/vim-bootstrap-updater'
Plug 'tpope/vim-rhubarb' " required by fugitive to :Gbrowse
Plug 'tpope/vim-rhubarb' " required by fugitive to :GBrowse
{{.BufferTheme.Bundle}}

if isdirectory('/usr/local/opt/fzf')
Expand Down Expand Up @@ -434,7 +434,7 @@ vnoremap J :m '>+1<CR>gv=gv
vnoremap K :m '<-2<CR>gv=gv
"" Open current line on GitHub
nnoremap <Leader>o :.Gbrowse<CR>
nnoremap <Leader>o :.GBrowse<CR>
"*****************************************************************************
"" Custom configs
Expand Down

0 comments on commit 893527d

Please sign in to comment.