]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/eshell/em-term.el (eshell-visual-commands): Add vim.
authorStefan Kangas <stefan@marxist.se>
Thu, 30 Jun 2022 12:58:11 +0000 (14:58 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 30 Jun 2022 13:03:46 +0000 (15:03 +0200)
lisp/eshell/em-term.el

index 9000e8c878425ebbf09e6cbe7b93613aee91cd7f..a4fa699aa90af41be934da9ba80166d2b7272352 100644 (file)
@@ -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