AutoYADM commit: 2024-12-31 14:00:01
This commit is contained in:
parent
c83632ec0e
commit
bda748dbfe
2 changed files with 4 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({ "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 })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue