projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a92b8
)
* lisp/eshell/em-term.el (eshell-visual-commands): Add vim.
author
Stefan Kangas
<stefan@marxist.se>
Thu, 30 Jun 2022 12:58:11 +0000
(14:58 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 30 Jun 2022 13:03:46 +0000
(15:03 +0200)
lisp/eshell/em-term.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/em-term.el
b/lisp/eshell/em-term.el
index 9000e8c878425ebbf09e6cbe7b93613aee91cd7f..a4fa699aa90af41be934da9ba80166d2b7272352 100644
(file)
--- 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 "2
7
.1")
+ :version "2
9
.1")
(defcustom eshell-visual-subcommands
nil