From: Stefan Kangas Date: Thu, 30 Jun 2022 12:58:11 +0000 (+0200) Subject: * lisp/eshell/em-term.el (eshell-visual-commands): Add vim. X-Git-Tag: emacs-29.0.90~1447^2~1347 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f819882edcb3724823a962d16863be3f5a76d634;p=emacs.git * lisp/eshell/em-term.el (eshell-visual-commands): Add vim. --- 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