From 25677cc17006a82bda1f5b1fb43878fd9c530d9e Mon Sep 17 00:00:00 2001 From: Ivan Jijon Date: Mon, 22 May 2023 23:40:39 -0500 Subject: [PATCH] command deprecated, changed to --- generate/vim_template/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generate/vim_template/vimrc b/generate/vim_template/vimrc index a1a7a6203..9bb52baf8 100644 --- a/generate/vim_template/vimrc +++ b/generate/vim_template/vimrc @@ -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') @@ -434,7 +434,7 @@ vnoremap J :m '>+1gv=gv vnoremap K :m '<-2gv=gv "" Open current line on GitHub -nnoremap o :.Gbrowse +nnoremap o :.GBrowse "***************************************************************************** "" Custom configs