yeah
This commit is contained in:
parent
5de5197c52
commit
6a68903110
7 changed files with 7 additions and 4 deletions
|
@ -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>")
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -40,3 +40,4 @@ toolsets
|
|||
ptr
|
||||
owd
|
||||
iwd
|
||||
autostart
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue