mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
refactor!(shortcut): use mod+g c for git commit
BREAKING CHANGE: use mod+g c for git commit
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
:ui/toggle-cards {:binding "t c"
|
||||
:fn ui-handler/toggle-cards!}
|
||||
|
||||
:git/commit {:binding "g c"
|
||||
:git/commit {:binding "mod+g c"
|
||||
:fn commit/show-commit-modal!}})
|
||||
|
||||
(let [keyboard-shortcuts
|
||||
|
||||
Reference in New Issue
Block a user