all repos

init.lua @ 2085c46

my nvim config
1 files changed, 0 insertions(+), 4 deletions(-)
refactor(keymaps): i dont use those macros helpers
Author: Olexandr Smirnov olexsmir@gmail.com
Committed at: 2025-07-21 23:52:05 +0300
Parent: 94c2bda
M lua/core/keymaps.lua

@@ -24,10 +24,6 @@ u.map("n", "<leader>h", "<cmd>nohlsearch<cr>")

u.map("n", "<C-d>", "<C-d>zz") u.map("n", "<C-u>", "<C-u>zz") --- macros -u.map("n", "Q", "@qj") -u.map("x", "Q", ":norm @qj<cr>") - -- window navigation and resize u.map("n", "<C-h>", "<cmd>wincmd h<cr>") u.map("n", "<C-j>", "<cmd>wincmd j<cr>")