all repos

init.lua @ 329ec3b

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(keymaps): add buffer navigation
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-14 00:49:28 +0200
Parent: b81cd90
M lua/core/keymaps.lua

@@ -9,6 +9,8 @@ map("n", "<C-d>", "<C-d>zz")

map("n", "<C-u>", "<C-u>zz") map("x", "<leader>p", [["_dP]]) map("n", "Q", "<nop>") -- Q is the worth thing ever +map("n", "H", ":bp<cr>") +map("n", "L", ":bn<cr>") -- quickfix map("n", "<localleader>j", "<cmd>cnext<cr>")