From 64208fc16099f4aa17c63456809771599e7fd80a Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Tue, 7 Jun 2022 20:43:20 -0400 Subject: [PATCH] Change quickfix list keybindings to --- lua/keybindings.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/keybindings.lua b/lua/keybindings.lua index 87232e0..1b03dfb 100644 --- a/lua/keybindings.lua +++ b/lua/keybindings.lua @@ -28,8 +28,8 @@ map('n', 'ga', '', options) -- ga to switch to last used buffer -- Quick Fix Lists -- global -- using control -map('n', 'J', 'cnextzz', options) -- Go to next item in global qfixlist -map('n', 'K', 'cprevzz', options) -- Go to previous item in global qfixlist +map('n', '', 'cnextzz', options) -- Go to next item in global qfixlist +map('n', '', 'cprevzz', options) -- Go to previous item in global qfixlist -- Toggle the window if there are items in the qfixlist; allow recursive map('n', 'Q', 'call ToggleQFList(1)', {}) -- see plugin/navigation.vim for ToggleQFList definition -- local -- using leader