editor-bootstrap / vim-bootstrap

Vim Bootstrap is a generator that provides a simple method of generating a configuration for vim / neovim.
https://vim-bootstrap.com/
MIT License
2.08k stars 209 forks source link

`:Gbrowse` command has been removed #431

Closed IvanJijon closed 1 year ago

IvanJijon commented 1 year ago

Description

In the generated script there is a mapping in order to open current line on GitHub:

"" Open current line on GitHub
nnoremap <Leader>o :.Gbrowse<CR>

But when using it there is an error message: ":Gbrowse has been removed in favor of :GBrowse"

cassiobotaro commented 1 year ago

Closed by #432