[UPDATE][VIM] Mapping for location list toggle
I had a <Leader>qf mapping to toggle the quick-fix lis, but no mapping to toggle the location list... The <Leader>ql mapping is now there to complement it.
This commit is contained in:
parent
8fa4f9aebe
commit
decd2fce1c
|
@ -200,6 +200,7 @@ nmap <Leader>fp <Plug>(qf_qf_previous)
|
|||
nmap <Leader>ln <Plug>(qf_loc_next)
|
||||
nmap <Leader>lp <Plug>(qf_loc_previous)
|
||||
nmap <Leader>qf <Plug>(qf_qf_toggle)
|
||||
nmap <Leader>ql <Plug>(qf_qf_toggle)
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Status line
|
||||
|
|
Loading…
Reference in a new issue