[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:
parent
decd2fce1c
commit
f11c45e987
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue