nvim: Add bindings for preview tags
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
c775c0b4e8
commit
6297e35f45
1 changed files with 7 additions and 0 deletions
|
@ -317,6 +317,13 @@ nnoremap ]L :llast<CR>
|
||||||
nnoremap Ls :Grepper -nojump -noquickfix -query<SPACE>
|
nnoremap Ls :Grepper -nojump -noquickfix -query<SPACE>
|
||||||
nnoremap L* :Grepper -nojump -noquickfix -cword<CR>
|
nnoremap L* :Grepper -nojump -noquickfix -cword<CR>
|
||||||
nnoremap Lt :call ToggleLocationList()<CR>
|
nnoremap Lt :call ToggleLocationList()<CR>
|
||||||
|
" Preview tags
|
||||||
|
nnoremap pt :ptag <C-R><C-W><CR>
|
||||||
|
nnoremap [p :ptprevious<CR>
|
||||||
|
nnoremap ]p :ptnext<CR>
|
||||||
|
nnoremap po :ppop<CR>
|
||||||
|
nnoremap pc :pc<CR>
|
||||||
|
nnoremap pi :psearch <C-R><C-W><CR>
|
||||||
|
|
||||||
" Key Bindings to help with terminal mode
|
" Key Bindings to help with terminal mode
|
||||||
:tnoremap jk <C-\><C-n>
|
:tnoremap jk <C-\><C-n>
|
||||||
|
|
Loading…
Reference in a new issue