mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Deprecate: use g c to git commit instead of c
In general, we should avoid using single char as shortcut, the only exception is for whiteboard actions.
This commit is contained in:
@@ -420,7 +420,7 @@
|
||||
:ui/toggle-cards {:binding "t c"
|
||||
:fn ui-handler/toggle-cards!}
|
||||
|
||||
:git/commit {:binding "c"
|
||||
:git/commit {:binding "g c"
|
||||
:fn commit/show-commit-modal!}})
|
||||
|
||||
(let [keyboard-shortcuts
|
||||
|
||||
Reference in New Issue
Block a user