diff --git a/.vimrc b/.vimrc index 063e884..2d92a77 100644 --- a/.vimrc +++ b/.vimrc @@ -255,6 +255,7 @@ augroup END noremap :py3f ~/.vim/syntax/clang-format.py "inoremap :py3f ~/.vim/syntax/clang-format.pyi +noremap cr :py3f ~/.vim/syntax/clang-rename.py set wildignore+=*.o,*.d,*.dex,*.class,*.png,*.jpeg,*.jpg,*.pdf @@ -584,7 +585,7 @@ Plugin 'rust-lang/rust.vim' " Communication with git Plugin 'tpope/vim-fugitive' -" Support for Gbrowse +" Support for GBrowse with github Plugin 'tpope/vim-rhubarb' " Comment block of code Plugin 'tpope/vim-commentary'