2019-10-25 23:59:51 +02:00
|
|
|
" Next and previous in quick-fix list
|
|
|
|
nmap <Leader>fn <Plug>(qf_qf_next)
|
|
|
|
nmap <Leader>fp <Plug>(qf_qf_previous)
|
|
|
|
|
|
|
|
" Next and previous in location list
|
|
|
|
nmap <Leader>ln <Plug>(qf_loc_next)
|
|
|
|
nmap <Leader>lp <Plug>(qf_loc_previous)
|
|
|
|
|
|
|
|
" Toggle quick-fix and location lists
|
|
|
|
nmap <Leader>tf <Plug>(qf_qf_toggle)
|
|
|
|
nmap <Leader>tl <Plug>(qf_loc_toggle)
|
2019-11-04 11:56:54 +01:00
|
|
|
|
|
|
|
" Jump to and from the quick-fix/location list
|
|
|
|
nmap ç <Plug>(qf_qf_switch)
|