From 3094bf2a3983b375f4adeccd25c3b12bbbded2aa Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 17 Apr 2025 11:41:32 -0500 Subject: a lot more stuff --- lua/conf/binds.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lua/conf/binds.lua') diff --git a/lua/conf/binds.lua b/lua/conf/binds.lua index 1426ac3..8f3c05e 100644 --- a/lua/conf/binds.lua +++ b/lua/conf/binds.lua @@ -52,9 +52,9 @@ vim.keymap.set('n', 'z=', function() end, { desc = 'Shows spelling suggestions' }) -- quickfix -map('n', '', 'cnextzz') -map('n', '', 'cprevzz') +map('n', '', 'cnext') +map('n', '', 'cprev') map('n', '', 'cclose') --- open up Ex -map('n', 'c', 'Ex') +-- man pages +map('n', '', 'Man') -- cgit v1.2.1