AutoYADM commit: 2024-12-30 19:45:02
This commit is contained in:
parent
c880e3afb8
commit
04ac9e05bd
2 changed files with 6 additions and 3 deletions
|
@ -15,11 +15,12 @@ local map = vim.keymap.set
|
|||
|
||||
local special_key = "←"
|
||||
vim.keymap.set({ "n", "i" }, special_key, "<C-CR>", { remap = true })
|
||||
vim.keymap.set({ "n", "i" }, "<C-m>", "<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