tools/eshell: bugfix + minor refactor

+ Change default name for (doom) eshell buffers
+ Fix eshell splitting commands (referring to incorrect subcommand)
+ Correct aliases (using wrong commands)
+ +eshell/run => +eshell/open
+ +eshell/popup => +eshell/open-popup
+ +eshell/tab => +eshell/open-workspace
+ +eshell/prompt => +eshell-prompt (conform to naming convention)
This commit is contained in:
Henrik Lissner 2017-09-27 12:42:24 +02:00
parent e8ff048c9b
commit 0479ac3b88
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 60 additions and 59 deletions

View file

@ -6,5 +6,5 @@
(interactive "<fsh><!>")
(if bang
(+eshell/run)
(+eshell/popup)))
(+eshell/open-popup)))