This commit is contained in:
Daniel Fichtinger 2024-11-05 16:36:07 -05:00
parent 5de5197c52
commit 6a68903110
7 changed files with 7 additions and 4 deletions

View file

@ -55,8 +55,8 @@ map({ "n" }, "<C-u>", "<C-u>zz", { remap = false })
map({ "n" }, "<C-d>", "<C-d>zz", { remap = false })
map({ "n" }, "n", "nzz", { remap = false })
map({ "n" }, "N", "Nzz", { remap = false })
map({ "n" }, "<PageDown>", "<Down><C-e>", { remap = false })
map({ "n" }, "<PageUp>", "<Up><C-y>", { remap = false })
map({ "n" }, "<PageDown>", "<Down>zz", { remap = false })
map({ "n" }, "<PageUp>", "<Up>zz", { 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>")

View file

@ -83,6 +83,7 @@ return {
Group.new("NotifyERRORIcon", colors.error)
Group.new("ErrorMsg", colors.noir_1, colors.error)
Group.new("SpellBad", nil, nil, styles.undercurl)
Group.new("SpellCap", nil, nil, styles.undercurl)
Group.new("String", colors.primary, nil, nil)
Group.new("Title", colors.primary, nil, styles.bold)

View file

@ -40,3 +40,4 @@ toolsets
ptr
owd
iwd
autostart

Binary file not shown.