[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:
Bruno BELANYI 2019-07-13 21:52:17 +02:00
parent 8fa4f9aebe
commit decd2fce1c

View file

@ -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