AutoYADM commit: 2025-01-22 11:05:08

This commit is contained in:
Daniel Fichtinger 2025-01-22 11:05:08 -05:00
parent 874b699c4d
commit 885d04165b

View file

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