Commit Graph

9 Commits

Author SHA1 Message Date
Justin Burkett 0e7698dd1a Add support for {white,black}lists and binding records
Add and use evil-collection-define-key, which is a custom keybinding function
that checks evil-collection-key-{white,black}list before binding each key and
stores a record of the keybindings in evil-collection-bindings-record.

Modify evil-collection-util-inhibit-insert-state to conform to
evil-collection-define-key.
2018-06-08 09:52:15 -07:00
Kawin Nikomborirak 1eb7a1fe38 add proper escape to ivy minibuffer 2018-06-04 18:13:21 -07:00
James Nguyen 2331fd54e2 Add bindings for modes that don't use insert state (#106) 2018-03-31 10:20:51 -07:00
noctuid 1853b53a8d Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
2018-03-23 14:22:06 +05:30
James Nguyen 6ddfc3f7ff Change url 2018-03-01 17:22:38 -08:00
James Nguyen e50f865550 Ivy: Tweak 2018-02-01 17:12:42 -08:00
dieggsy b7251e37fc Add more ivy-minibuffer-map bindings
- Fix intended backspace, C-r, C-n, C-p behavior.
- jk motion and candidate selection in normal state
- Consolidate location of ivy bindings.
2017-12-10 09:30:20 -08:00
Pierre Neidhardt c5ef3ad277 Ivy: Normalize binding syntax 2017-12-07 11:58:39 +01:00
James Nguyen 9eb7d3db0d Change namespace to evil-collection 2017-12-06 17:50:37 -08:00