more more more
This commit is contained in:
@ -13,8 +13,8 @@ map("v", "<S-j>", ":m '>+1<CR>gv=gv", { desc = "Move selected text down." })
|
||||
map("n", "<S-j>", "mzJ`z<cmd>delm z<CR>") -- when combining lines
|
||||
map("n", "n", "nzzzv") -- when searching
|
||||
map("n", "N", "Nzzzv")
|
||||
map("n", "<C-d>", "<C-d>zzzv") -- half page jumping
|
||||
map("n", "<C-u>", "<C-u>zzzv")
|
||||
map("n", "<C-d>", "<C-d>zz") -- half page jumping
|
||||
map("n", "<C-u>", "<C-u>zz")
|
||||
|
||||
map({ "n", "i" }, "<C-c>", "<Esc>")
|
||||
|
||||
|
Reference in New Issue
Block a user