summaryrefslogtreecommitdiff
path: root/evil-collection-buff-menu.el
AgeCommit message (Collapse)Author
2018-02-25Normalize mark bindingsPierre Neidhardt
2018-02-24buff-menu: Use kbdPierre Neidhardt
2018-01-28Buff-menu: Tweak a few keysJames Nguyen
Moved b -> X to be more in line with IBuffer. Added f/e/b. Still not sure why we need to bind these manually..
2018-01-28Buff-menu: Clear alignment of quotesJames Nguyen
2018-01-28Buff-menu: Require evilJames Nguyen
2018-01-28Buff-menu: TweakJames Nguyen
2018-01-28Buff-menu: Add version check at keybinding levelJames Nguyen
2018-01-28Buff-menu: FormatJames Nguyen
2018-01-28Added version check and minor fixesMaximiliano Sandoval
TODO: See why some normal-state keys are not getting loaded (e.g. `v` and `k`), then remove `evil-add-hjkl-bindings` and some redundant bindings. Added the correct prefix to functions and definitions. Changed `v` and `V` to `gv` and `gV`.
2018-01-28Added keys and unmark-allMaximiliano Sandoval
Added keys, fixed others like "go" and "gO". I also taken some functions from emacs upstream.
2018-01-28Added more keysMaximiliano Sandoval
The function `evil-collection-Buffer-menu-unmark-all` has to be defined. There was a " " that I did not want to include so I could bound "SPC" elsewhere.
2018-01-27Add skeleton for buff-menu bindingJames Nguyen