summaryrefslogtreecommitdiff
path: root/modes/eshell
AgeCommit message (Collapse)Author
2026-04-16eshell: Remove binding to obsolete function eshell-bolChristoph Göttschkes
Starting with Emacs 30.1, eshell uses 'field' properties for its output. This means that functions like beginning-of-line and move-beginning-of-line now behave as expected, and the function eshell-bol is marked obsolete.
2022-06-06Change package-requires to 26.3James Nguyen
25 was already deprecated a year ago: https://github.com/emacs-evil/evil-collection/pull/508/files
2022-04-15Delay running `evil-collection-setup-hook` for modes like eshell (#602)James Nguyen
2021-11-20eshell: remove M-h/M-u bindingscondy
In most terminal, M-u/M-l can be used to convert cases of word
2021-11-20eshell: escape doesn't move cursor backcondy
2020-07-11Remove underscore in argument to placate CI in evil-collection-eshellBrian Leung
evil-define-operator accesses the arguments of the operator it is defining, regardless of whether they are used in any meaningful way.
2020-07-11Bind eshell-kill-input in Evil insert stateBrian Leung
2020-06-26add cc and dd command to eshell (copying Doom's implementation)Dario Klingenberg
2019-10-09Use subdirectories for setup files (+READMEs)Justin Burkett
Move setup files into subdirectories. Move mode directories to modes subdir. This will make it easy to specify a recipe in melpa that maintains the directory structure. Add interactive functions to jump to .el and README files See #170