This commit is contained in:
2020-10-12 21:33:25 +02:00
parent 65013e1ac5
commit f559e8b242
4 changed files with 12 additions and 5 deletions

View File

@@ -320,7 +320,7 @@ vnoremap <silent> <F10> <ESC>:call NERDComment("v", "Toggle")<cr>
nmap <C-F4> :YcmCompleter GoTo<CR>:wincmd o<CR>
" vim-clap
nnoremap <leader>ag :Clap grep2 ++query=<cword><CR>
nnoremap <leader>ag :Clap grep ++query=<cword><CR>
" nnoremap <silent> <leader>tg :Clap proj_tags ++query=<cword><CR>
nmap <C-f> :Clap files<CR>
nmap <C-t> :Clap tags<CR>