AutoYADM commit: 2024-12-19 14:00:05

This commit is contained in:
Daniel Fichtinger 2024-12-19 14:00:05 -05:00
parent dc8c6fd137
commit 0a5e5f94a3
2 changed files with 1 additions and 51 deletions

View file

@ -18,6 +18,7 @@ vim.keymap.set({ "n", "i" }, special_key, "<C-CR>", { remap = true })
vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
-- Snacks.toggle.zen():map("<leader>uz")
map({ "n" }, "cl", "vgu", { noremap = true, desc = "Lowercase current char" })
map({ "n" }, "cu", "vgU", { noremap = true, desc = "Uppercase current char" })
-- Bind arrows to hjkl to my colemak-dh motions work as expected