Skip to content

Commit 72e8e77

Browse files
committed
Fixed undo in vscode keybindings undoing everything
1 parent b826f94 commit 72e8e77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/keybindings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,8 +752,8 @@
752752
"<S-DOWN>": ["move-cursor-line", 1, "last"],
753753
"<S-HOME>": ["move-first", "line", "last"],
754754
"<S-END>": ["move-last", "line", "last"],
755-
"<C-z>": ["undo"],
756-
"<C-y>": ["redo"],
755+
"<C-z>": ["undo", ""],
756+
"<C-y>": ["redo", ""],
757757
"<C-c>": ["copy"],
758758
"<C-v>": ["paste"],
759759
"<BACKSPACE>": ["delete-left"],

0 commit comments

Comments
 (0)