| Age | Commit message (Collapse) | Author |
|
- A helper function to instantly perform commands
- eshell-goto-latest-prompt to remove any artifacts when performing
these instant commands
Bindings needed to be moved over to that section cos they utilise
these helpers.
|
|
empty C-u will always maps to choosing an instance, numerics will map
to numeric eshell instances. This way you can still name your
instances if you really want, but instant access eshells through
numeric argument is allowed and incentivised.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of only looking at directories, +eshell/goto now works with
files. If a directory is selected, set eshell to that directory. If
a file is selected, make eshell go to the directory where that file is
contained then use find-file.
|
|
created
This happened because (eshell) with no arguments would not lookup
eshell-buffer-name.
|
|
|
|
I only want to publish under version 2, not version 3.
|
|
|
|
Now I have separate modules for the additional new functions I
introduced for eshell and for the prompt function I made. Cleans up
the configuration a bit and makes it easier to examine those files on
their own, which I expect to grow.
|