vim: add shortcut for clang-rename
This commit is contained in:
parent
6feae4f96e
commit
97177cb9c1
3
.vimrc
3
.vimrc
@ -255,6 +255,7 @@ augroup END
|
||||
|
||||
noremap <C-K> :py3f ~/.vim/syntax/clang-format.py<CR>
|
||||
"inoremap <C-K> <ESC>:py3f ~/.vim/syntax/clang-format.py<CR>i
|
||||
noremap <leader>cr :py3f ~/.vim/syntax/clang-rename.py<cr>
|
||||
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user