Utilize fzf tag jump too
* ctg -> create tags * gd -> classic ctags jump * tg -> fzf tags jump with list
This commit is contained in:
@@ -153,3 +153,7 @@ inoremap <C-V> <C-O>:call Paste("i")<CR>
|
||||
" select all
|
||||
nnoremap <C-A> ggVG<CR>
|
||||
inoremap <C-A> <C-O>:call Select()<CR>
|
||||
|
||||
" fzf
|
||||
nnoremap <leader>tg :call fzf#vim#tags(expand('<cword>'), {'options': '--exact --select-1 --exit-0'})<CR>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user