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

This commit is contained in:
Tienson Qin
2023-04-06 20:44:30 +08:00
parent 68691467de
commit 81f571a7d6

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"