diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-23 22:42:10 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-23 22:42:10 -0600 |
| commit | c14cbbc3c96543528f042e5a24da5ed7da08fa45 (patch) | |
| tree | 25b0264044a06d1db0ff017e8694e47815c3f31f /modules/show-kill-ring.el | |
| parent | b40c403dbb81c21dd62f258d270585b3249730ce (diff) | |
| download | dotemacs-c14cbbc3c96543528f042e5a24da5ed7da08fa45.tar.gz dotemacs-c14cbbc3c96543528f042e5a24da5ed7da08fa45.zip | |
fix(terminal): add console/mosh compatibility
- Create terminal-compat.el for arrow key escape sequences
- Fix M-uppercase keybindings (M-O → M-S-o, etc.) that conflicted
with terminal escape sequences ESC O A/B/C/D
- Add GUI-only guards for emojify and icon rendering
- 18 keybindings updated across 13 modules with override comments
Diffstat (limited to 'modules/show-kill-ring.el')
| -rw-r--r-- | modules/show-kill-ring.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/show-kill-ring.el b/modules/show-kill-ring.el index d52177193..a6c59e26c 100644 --- a/modules/show-kill-ring.el +++ b/modules/show-kill-ring.el @@ -116,7 +116,7 @@ If it's too long, truncate it first." (setq kill-ring nil) (garbage-collect)) -(keymap-global-set "M-K" #'show-kill-ring) +(keymap-global-set "M-S-k" #'show-kill-ring) ;; was M-K, overrides kill-sentence (provide 'show-kill-ring) ;;; show-kill-ring.el ends here |
