From 97177cb9c18c102ff15a35d9f7b02e29c37288f9 Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Wed, 6 Mar 2024 18:00:25 +0100 Subject: [PATCH] vim: add shortcut for clang-rename --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'