AutoYADM commit: 2025-01-22 11:05:08
This commit is contained in:
parent
874b699c4d
commit
885d04165b
1 changed files with 3 additions and 3 deletions
|
@ -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 })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue