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:
parent
e8ff048c9b
commit
0479ac3b88
3 changed files with 60 additions and 59 deletions
|
@ -6,5 +6,5 @@
|
|||
(interactive "<fsh><!>")
|
||||
(if bang
|
||||
(+eshell/run)
|
||||
(+eshell/popup)))
|
||||
(+eshell/open-popup)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue