mirror of
https://github.com/Hizenberg469/environment-setup.git
synced 2026-04-19 21:12:23 +03:00
complete
This commit is contained in:
20
my_vimrc
20
my_vimrc
@@ -313,16 +313,16 @@ function! GutenTagsEnable() abort
|
||||
" change focus to quickfix window after search (optional).
|
||||
let g:gutentags_plus_switch = 1
|
||||
let g:gutentags_plus_nomap = 1
|
||||
noremap <silent> <leader>css :GscopeFind s <C-R><C-W><cr>
|
||||
noremap <silent> <leader>csg :GscopeFind g <C-R><C-W><cr>
|
||||
noremap <silent> <leader>csc :GscopeFind c <C-R><C-W><cr>
|
||||
noremap <silent> <leader>cst :GscopeFind t <C-R><C-W><cr>
|
||||
noremap <silent> <leader>cse :GscopeFind e <C-R><C-W><cr>
|
||||
noremap <silent> <leader>csf :GscopeFind f <C-R><C-W><cr>
|
||||
noremap <silent> <leader>csi :GscopeFind i <C-R>=expand("<cfile>")<cr><cr>
|
||||
noremap <silent> <leader>csd :GscopeFind d <C-R>=expand("<cfile>")<cr><cr>
|
||||
noremap <silent> <leader>csa :GscopeFind a <C-R><C-W><cr>
|
||||
noremap <silent> <leader>csz :GscopeFind z <C-R><C-W><cr>
|
||||
noremap <silent> <leader>gs :GscopeFind s <C-R><C-W><cr>
|
||||
noremap <silent> <leader>gg :GscopeFind g <C-R><C-W><cr>
|
||||
noremap <silent> <leader>gc :GscopeFind c <C-R><C-W><cr>
|
||||
noremap <silent> <leader>gt :GscopeFind t <C-R><C-W><cr>
|
||||
noremap <silent> <leader>ge :GscopeFind e <C-R><C-W><cr>
|
||||
noremap <silent> <leader>gf :GscopeFind f <C-R>=expand("<cfile>")<cr><cr>
|
||||
noremap <silent> <leader>gi :GscopeFind i <C-R>=expand("<cfile>")<cr><cr>
|
||||
noremap <silent> <leader>gd :GscopeFind d <C-R><C-W><cr>
|
||||
noremap <silent> <leader>ga :GscopeFind a <C-R><C-W><cr>
|
||||
noremap <silent> <leader>gz :GscopeFind z <C-R><C-W><cr>
|
||||
echo "Gutentags + Plus enabled"
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user