all repos

init.lua @ b8ff56998722ca9c0296ac47279053d97a00741d

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
refactor(keymaps): remove what is unsued
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-11-08 14:33:24 +0200
Parent: 7d163c2
M lua/core/keymaps.lua

@@ -11,7 +11,6 @@ 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>")