summaryrefslogtreecommitdiff
path: root/modules/eshell-vterm-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/eshell-vterm-config.el')
-rw-r--r--modules/eshell-vterm-config.el3
1 files changed, 3 insertions, 0 deletions
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
+ ("<f8>" . nil)
+ ("<f9>" . nil)
+ ("<f10>" . nil)
("<f12>" . nil)
("C-y" . vterm-yank)
("C-p" . vtermf-copy-mode)