summaryrefslogtreecommitdiff
path: root/modes/tablist
AgeCommit message (Collapse)Author
2026-01-25Clean up tablist bindingsSergey Trofimov
1. tablist is built on tabulated-list, so some bindings are already defined there: - tablist-shrink/enlarge duplicates tabulated-list-narrow/widen - tablist-forward/backward duplicates tabulated-list-next/previous 2. tablist-do-copy/do-rename functions are still not implemented 3. tablist-mode-map copies tablist-minor-mode-map instead of setting it as a parent. That means that evil-collection should replicate the bindings in both maps
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
2019-11-10Improve tablist bindingsPhilippe Vaucher
2019-10-22Free up `k` in tablistAsher
This restores it to 'evil-previous-line. Fixes #272.
2019-10-09Move evil-collection-tablist to subdirectoryJustin Burkett