AutoYADM commit: 2024-12-25 19:30:02

This commit is contained in:
Daniel Fichtinger 2024-12-25 19:30:02 -05:00
parent 8064ff2098
commit 5662240325
4 changed files with 46 additions and 0 deletions

View file

@ -21,6 +21,9 @@ vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
-- vim.notify("test")
-- end)
map({ "n", "i", "x", "o" }, "<C-c>", "<Esc>", { noremap = true, desc = "Escape" })
map({ "n", "i", "x", "o" }, "<M-c>", "<Esc>", { noremap = true, desc = "Escape" })
-- Better Scroll
map({ "n" }, "<C-e>", "<C-y>", { noremap = true, desc = "Scroll Up" })