From f11c45e9870496584a5da5e7b9767031ec755f51 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 13 Jul 2019 21:56:12 +0200 Subject: [PATCH] [UPDATE][VIM] Remap quick-fix and location-list toggles tf and tl ("toggle fix" and "toggle list") are easier to type and remember than the previous mappings. --- vim/.vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index bcff33c..5eca6a7 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -199,8 +199,8 @@ nmap fn (qf_qf_next) nmap fp (qf_qf_previous) nmap ln (qf_loc_next) nmap lp (qf_loc_previous) -nmap qf (qf_qf_toggle) -nmap ql (qf_qf_toggle) +nmap tf (qf_qf_toggle) +nmap tl (qf_loc_toggle) """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Status line