mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
remove undo/redo since that gives issues
This commit is contained in:
parent
d6cc9d7276
commit
a497f38839
1 changed files with 0 additions and 8 deletions
|
|
@ -51,14 +51,6 @@ vim.api.nvim_create_autocmd("User", {
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Keep undo/redo lists in sync with VsCode
|
|
||||||
vim.keymap.set("n", "u", function()
|
|
||||||
vscode.call("undo")
|
|
||||||
end)
|
|
||||||
vim.keymap.set("n", "<C-r>", function()
|
|
||||||
vscode.call("redo")
|
|
||||||
end)
|
|
||||||
|
|
||||||
-- Navigate VSCode tabs like lazyvim buffers
|
-- Navigate VSCode tabs like lazyvim buffers
|
||||||
vim.keymap.set("n", "<S-h>", function()
|
vim.keymap.set("n", "<S-h>", function()
|
||||||
vscode.call("workbench.action.previousEditor")
|
vscode.call("workbench.action.previousEditor")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue