[UPDATE][VIM] Remap quick-fix and location-list toggles

<Leader>tf and <Leader>tl ("toggle fix" and "toggle list") are easier to
type and remember than the previous mappings.
This commit is contained in:
Bruno BELANYI 2019-07-13 21:56:12 +02:00
parent decd2fce1c
commit f11c45e987

View file

@ -199,8 +199,8 @@ nmap <Leader>fn <Plug>(qf_qf_next)
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)
nmap <Leader>tf <Plug>(qf_qf_toggle)
nmap <Leader>tl <Plug>(qf_loc_toggle)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Status line