Commit Graph

8 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
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
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
Fredrik Bergroth 21e9a7d7bc Add a defcustom to enable minibuffer bindings 2017-12-07 05:04:36 -08:00
Fredrik Bergroth 515a66b335 minibuffer: Setup keybindings in ivy-minibuffer-map 2017-12-07 05:04:36 -08:00
diego 3034ff161c Fix updated prefix in minibuffer-setup-hook 2017-12-06 20:49:21 -08:00
James Nguyen 9eb7d3db0d Change namespace to evil-collection 2017-12-06 17:50:37 -08:00