nvim: ;t for searching tags
This commit is contained in:
parent
d025999b75
commit
0a0ebc71ee
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ map <silent> ;* :call fzf#run({
|
||||||
\ 'sink': function('RgHandler'),
|
\ 'sink': function('RgHandler'),
|
||||||
\ 'options': '--multi',
|
\ 'options': '--multi',
|
||||||
\})<CR>
|
\})<CR>
|
||||||
|
map <silent> ;t :execute 'Tags '. expand('<cword>')<CR>
|
||||||
|
|
||||||
command ALEOff :let b:ale_fix_on_save = 0
|
command ALEOff :let b:ale_fix_on_save = 0
|
||||||
let g:ale_sign_error = '!'
|
let g:ale_sign_error = '!'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue