From decd2fce1ccbc2c7f7ecbf24bcf246c27156136b Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 13 Jul 2019 21:52:17 +0200 Subject: [PATCH] [UPDATE][VIM] Mapping for location list toggle I had a qf mapping to toggle the quick-fix lis, but no mapping to toggle the location list... The ql mapping is now there to complement it. --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index e097f4a..bcff33c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -200,6 +200,7 @@ 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) """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Status line