From dbd3c030bb90a38d4d5aed5e13f8d698f7960321 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 2 Aug 2023 21:57:15 +0200 Subject: [PATCH] Add nvim and ncmpcpp to eshell-visual-commands * lisp/eshell/em-term.el (eshell-visual-commands): Add nvim and ncmpcpp. --- lisp/eshell/em-term.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index ab26da857b7..3f76c349a7e 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -55,10 +55,11 @@ which commands are considered visual in nature." :type 'hook) (defcustom eshell-visual-commands - '("vi" "vim" ; what is going on?? + '("vi" "vim" "nvim" ; what is going on?? "screen" "tmux" "top" "htop" ; ok, a valid program... "less" "more" ; M-x view-file "lynx" "links" "ncftp" ; eww, ange-ftp + "ncmpcpp" ; M-x mpc "mutt" "pine" "tin" "trn" "elm") ; GNUS!! "A list of commands that present their output in a visual fashion. @@ -66,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 "29.1") + :version "30.1") (defcustom eshell-visual-subcommands nil -- 2.39.2