enhance: mod+c mod+u to toggle undo/redo mode

pull/9080/head
Tienson Qin 2023-04-06 20:44:30 +08:00
parent 68691467de
commit 81f571a7d6
1 changed files with 1 additions and 1 deletions

View File

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