summaryrefslogtreecommitdiff
path: root/evil-collection-ibuffer.el
AgeCommit message (Collapse)Author
2018-02-25Normalize mark bindingsPierre Neidhardt
2018-01-27IBuffer: Prioritize C-dJames Nguyen
2018-01-09IBuffer: Remove extra keybindsJames Nguyen
These keybindings were only here to 'override' the keys set by evil-integration's overriding map. Since evil-collection expects evil-integration to be disabled, these can now be removed.
2017-12-24IBuffer: Add hJames Nguyen
Forgot to add the h with the l.
2017-12-24IBuffer: Add lJames Nguyen
Since ibuffer is an overriding-map in evil-integration.el, we need to override these keys for now. Once we disable the evil-integration of evil, we can remove these extra keybindings.
2017-12-24Bind 'X' to bury bufferJay Kamat
2017-12-24Add quit bindings to evil-collection ibufferJay Kamat
2017-12-14IBuffer: Add ggJames Nguyen
2017-12-11IBuffer: Set initial stateJames Nguyen
2017-12-09Ibuffer: Use evil-define-keyJames Nguyen
These keys could use more polish.
2017-12-06Change namespace to evil-collectionJames Nguyen