Auto commit: 2024-11-09 19:30:02
This commit is contained in:
parent
6141f5caea
commit
45514147f8
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ map({ "n" }, "<PageUp>", "<Up>zz", { remap = false })
|
|||
map({ "n", "x" }, "<M-i>", "$", { remap = false })
|
||||
map({ "n", "x" }, "<M-m>", "0", { remap = false })
|
||||
|
||||
-- easily access null register
|
||||
map({ "n", "x" }, "<leader>n", '"_', { remap = false, silent = true, desc = "Null Register" })
|
||||
|
||||
-- remove the default lazyvim, and also swap H and L (for move cursor) to make more sense on colemak
|
||||
vim.keymap.del({ "n" }, "<S-h>")
|
||||
vim.keymap.del({ "n" }, "<S-l>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue