enhance: enable mod+shift+z to redo

pull/1349/head
Tienson Qin 2021-02-22 15:42:22 +08:00
parent aa724433e9
commit 3104ecde0c
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
(or (shortcut :editor/undo) "mod+z") [history-handler/undo! true]
(or (shortcut :editor/redo) "mod+y") [history-handler/redo! true]
(or (shortcut :editor/redo) "mod+shift+z") [history-handler/redo! true]
(or (shortcut :go/search) "mod+u") [route-handler/go-to-search! true]
(or (shortcut :go/journals) (if util/mac? "mod+j" "alt+j")) [route-handler/go-to-journals! true]
(or (shortcut :editor/zoom-in)