enhance: remove the short for toggle undo/redo mode

To avoid switching accidentally.
pull/9080/head
Tienson Qin 2023-04-12 11:31:50 +08:00
parent b613a9a3b7
commit 17206d32c0
1 changed files with 1 additions and 2 deletions

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!}