diff --git a/vim/.vimrc b/vim/.vimrc index 62b5c9d..9546ed8 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -7,6 +7,7 @@ Plug 'moll/vim-bbye' Plug 'ntpeters/vim-better-whitespace' Plug 'tpope/vim-eunuch' Plug 'tpope/vim-fugitive' +Plug 'tpope/vim-rhubarb' Plug 'tpope/vim-surround' " languages @@ -128,6 +129,7 @@ map sa :Move % autocmd FileType fugitiveblame nmap q gq command! Gblame :G blame map gb :Git blame +map gh :GBrowse " vim-plug map pc :PlugClean