summaryrefslogtreecommitdiff
path: root/modes/dired
AgeCommit message (Collapse)Author
2024-10-31dired: add keybinding for dired-do-openFrédéric Giquel
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-05-23dired: separate definition of dired-x bindingsFrédéric Giquel
2020-10-02dired: dired-narrow integrationcondy
2020-01-25Dired: Define mapsJames Nguyen
2020-01-23Start ensuring terminal compatibility for Enter and Tabcrocket
* readme.org now has a new guideline for terminal compatibility. * dired, help, and info modes are modified for terminal compatibility.
2019-11-10Add dired-filterPhilippe Vaucher
2019-10-24Dired-Subtree: Use toggle instead of cycleJames Nguyen
cycle has performance penalties in larger directories so isn't as suitable a default as toggle.
2019-10-19Remove overwriting of 'I'Michael Bogdan
2019-10-19Replace featurep with with-eval-after-loadMichael Bogdan
This allows binding keys when dired-subtree is loaded at a later time.
2019-10-19Add bindings for dired-subtreeMichael Bogdan
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