all repos

init.lua @ 85fdcf1

my nvim config
1 files changed, 0 insertions(+), 1 deletions(-)
refactor(keymaps): remove a map that is not used
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-11-15 21:33:15 +0200
Parent: a67bde0
M lua/core/keymaps.lua

@@ -8,7 +8,6 @@ u.map("i", "jk", "<esc>")

u.map("n", "<leader>h", "<cmd>nohlsearch<cr>") u.map("n", "<C-d>", "<C-d>zz") 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>")