From 4fb3050031a82e359d94c033c73ecc26504dfa3c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 7 Apr 2026 13:04:48 -0500 Subject: feat(vterm): pass F8, F9, F10 through to Emacs Add nil bindings for F8 (agenda), F9 (gptel), and F10 (music) in vterm-mode-map so these global keybindings aren't swallowed by vterm. Also disable wttrin-debug and update abbreviations. --- modules/eshell-vterm-config.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/eshell-vterm-config.el') diff --git a/modules/eshell-vterm-config.el b/modules/eshell-vterm-config.el index 5799c7c3..cc382a3f 100644 --- a/modules/eshell-vterm-config.el +++ b/modules/eshell-vterm-config.el @@ -212,6 +212,9 @@ (vterm-mode . cj/vterm-launch-tmux)) :bind (:map vterm-mode-map + ("" . nil) + ("" . nil) + ("" . nil) ("" . nil) ("C-y" . vterm-yank) ("C-p" . vtermf-copy-mode) -- cgit v1.2.3