AutoYADM commit: 2024-12-31 14:00:01

This commit is contained in:
Daniel Fichtinger 2024-12-31 14:00:01 -05:00
parent c83632ec0e
commit bda748dbfe
2 changed files with 4 additions and 3 deletions

View file

@ -17,9 +17,9 @@ local special_key = "←"
vim.keymap.set({ "n", "i" }, special_key, "<C-CR>", { remap = true })
vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
-- map({ "n" }, "<C-Cr>", function()
-- vim.notify("test")
-- end)
map({ "n" }, "<C-Cr>", function()
vim.notify("test")
end)
map({ "n", "x" }, "\\", function()
LazyVim.format({ force = true })