fast command mode, spellings

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-29 00:09:55 -05:00
parent e39ddd896c
commit 57411d6774
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ end
return {
n = {
[";"] = { ":", desc = "Fast ;command mode"},
["<leader>a"] = {"ggVG"},
["<C-d>"] = { "<C-d>zz", desc = "Vertical half page down and center cursor" },
["<C-u>"] = { "<C-u>zz", desc = "Vertical half page up and center cursor" },