: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.
See also `eshell-visual-subcommands' and `eshell-visual-options'."
:type '(repeat string)
- :version "29.1")
+ :version "30.1")
(defcustom eshell-visual-subcommands
nil