all repos

init.lua @ 4312cc05243240420ce45edfb1fb804b589a28ce

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(keymaps): improve J
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-04-08 00:22:19 +0300
Parent: dc92c2b
M lua/core/keymaps.lua

@@ -11,6 +11,7 @@ u.map("n", "<C-u>", "<C-u>zz")

u.map("n", "Q", "<nop>") -- Q is the worth thing ever u.map("n", "[b", ":bp<cr>") u.map("n", "]b", ":bn<cr>") +u.map("n", "J", "mzJ`z") -- quickfix u.map("n", "]q", "<cmd>cnext<cr>")