enhance: remove the short for toggle undo/redo mode

To avoid switching accidentally.
This commit is contained in:
Tienson Qin
2023-04-12 11:31:50 +08:00
parent b613a9a3b7
commit 17206d32c0

View File

@@ -258,8 +258,7 @@
:editor/zoom-out {:binding (if mac? "mod+," "alt+left")
:fn editor-handler/zoom-out!}
:editor/toggle-undo-redo-mode {:binding "mod+c mod+u"
:fn undo-redo/toggle-undo-redo-mode!}
:editor/toggle-undo-redo-mode {:fn undo-redo/toggle-undo-redo-mode!}
:ui/toggle-brackets {:binding "mod+c mod+b"
:fn config-handler/toggle-ui-show-brackets!}