all repos

init.lua @ ebefd20febe404a551faece1584dc433ab07463a

my nvim config
1 files changed, 2 insertions(+), 0 deletions(-)
feat(keymaps): update navigate hotkeysр
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-10-05 12:29:04 +0300
Parent: cd80498
M lua/core/keymaps.lua

@@ -5,6 +5,8 @@ -- general

map("n", "<C-s>", "<cmd>write!<cr>") map("i", "jk", "<esc>") map("n", "<leader>h", "<cmd>nohlsearch<cr>") +map("n", "<C-d>", "<C-d>zz") +map("n", "<C-u>", "<C-u>zz") -- quickfix map("n", "<leader>n", "<cmd>cnext<cr>")