From f819882edcb3724823a962d16863be3f5a76d634 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 30 Jun 2022 14:58:11 +0200 Subject: [PATCH] * lisp/eshell/em-term.el (eshell-visual-commands): Add vim. --- lisp/eshell/em-term.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index 9000e8c8784..a4fa699aa90 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -56,7 +56,7 @@ which commands are considered visual in nature." :type 'hook) (defcustom eshell-visual-commands - '("vi" ; what is going on?? + '("vi" "vim" ; what is going on?? "screen" "tmux" "top" "htop" ; ok, a valid program... "less" "more" ; M-x view-file "lynx" "links" "ncftp" ; eww, ange-ftp @@ -67,7 +67,7 @@ Commands listed here are run in a term buffer. See also `eshell-visual-subcommands' and `eshell-visual-options'." :type '(repeat string) - :version "27.1") + :version "29.1") (defcustom eshell-visual-subcommands nil -- 2.39.5