fixed mappings
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
-- Control + z : Annuler la dernière modification
|
||||
vim.keymap.set("i", "<C-z>", "<C-o>:undo<CR>", {
|
||||
desc = "Undo Last Edit",
|
||||
desc = "Undo last edit",
|
||||
noremap = true,
|
||||
silent = true
|
||||
})
|
||||
|
||||
-- Control + y : Rétablir la dernière modification
|
||||
vim.keymap.set("i", "<C-y>", "<C-o>:redo<CR>", {
|
||||
desc = "Redo Last Edit",
|
||||
desc = "Redo last edit",
|
||||
noremap = true,
|
||||
silent = true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user