[ADD][VIM] Mapping to jump to/from quickfix list
This commit is contained in:
parent
dfc7166126
commit
f5c1d37ca3
|
@ -9,3 +9,6 @@ nmap <Leader>lp <Plug>(qf_loc_previous)
|
||||||
" Toggle quick-fix and location lists
|
" Toggle quick-fix and location lists
|
||||||
nmap <Leader>tf <Plug>(qf_qf_toggle)
|
nmap <Leader>tf <Plug>(qf_qf_toggle)
|
||||||
nmap <Leader>tl <Plug>(qf_loc_toggle)
|
nmap <Leader>tl <Plug>(qf_loc_toggle)
|
||||||
|
|
||||||
|
" Jump to and from the quick-fix/location list
|
||||||
|
nmap ç <Plug>(qf_qf_switch)
|
||||||
|
|
Loading…
Reference in a new issue