Auto commit: 2024-11-07 18:54:54

This commit is contained in:
Daniel Fichtinger 2024-11-07 18:54:54 -05:00
parent fe34f614e8
commit 7aef350e9e
6 changed files with 106 additions and 71 deletions

View file

@ -57,6 +57,8 @@ map({ "n" }, "n", "nzz", { remap = false })
map({ "n" }, "N", "Nzz", { remap = false })
map({ "n" }, "<PageDown>", "<Down>zz", { remap = false })
map({ "n" }, "<PageUp>", "<Up>zz", { remap = false })
map({ "n", "x" }, "<M-i>", "$", { remap = false })
map({ "n", "x" }, "<M-m>", "0", { remap = false })
-- 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>")