aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-16 09:41:58 -0500
committerCraig Jennings <c@cjennings.net>2026-06-16 09:41:58 -0500
commitbd35c3a74bfa329907f4ab15628197dd39e76c65 (patch)
tree4d7023e756caea5130d137c2e40c6e0cdac775a0 /docs
parent92538504f829ca49643ed0212e0af823cce9167a (diff)
downloaddotemacs-bd35c3a74bfa329907f4ab15628197dd39e76c65.tar.gz
dotemacs-bd35c3a74bfa329907f4ab15628197dd39e76c65.zip
feat(keybindings): mirror the C-; command family under C-c ;
C-; is GUI-only: terminals can't encode Control-semicolon, so the whole custom command family (calendar, AI, Slack, org, pearl, jump, and the rest) was unreachable in a terminal frame (emacs -nw, emacsclient -nw, or Emacs inside vterm/tmux). I bound the single cj/custom-keymap under C-c ; alongside C-;, so the same leaf keys reach the identical map in both GUI and TTY with no relearning and no per-module edits. C-c is the standard user prefix and always TTY-encodable. I audited every leaf key in the family and they're all TTY-safe (letters, digits, punctuation, SPC, and arrow keys), so nothing needed remapping.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions