summaryrefslogtreecommitdiff
path: root/modules/eww-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-23 22:42:10 -0600
committerCraig Jennings <c@cjennings.net>2026-01-23 22:42:10 -0600
commit7364cc7e39aee685a7e3b8a4f083838e3b8217b7 (patch)
treeaf1849d91b73e69652beffb0625813a201bb82e4 /modules/eww-config.el
parent7a886a1784bc0d9c889947f362ba9fd72db72008 (diff)
downloaddotemacs-7364cc7e39aee685a7e3b8a4f083838e3b8217b7.tar.gz
dotemacs-7364cc7e39aee685a7e3b8a4f083838e3b8217b7.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/eww-config.el')
-rw-r--r--modules/eww-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/eww-config.el b/modules/eww-config.el
index 7d990f3a..16a1f5eb 100644
--- a/modules/eww-config.el
+++ b/modules/eww-config.el
@@ -59,7 +59,7 @@
(use-package eww
:ensure nil ;; built-in
:bind
- (("M-E" . eww)
+ (("M-S-e" . eww) ;; was M-E, overrides forward-sentence
:map eww-mode-map
("<" . eww-back-url)
(">" . eww-forward-url)