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 4d3f755884 Add an option for term sync state
Changed default term sync state.
2018-03-13 17:59:03 -07:00
James Nguyen 6ddfc3f7ff Change url 2018-03-01 17:22:38 -08:00
James Nguyen 1e448e5a42 Term: Enable sync state by default
Given Emacs 26's change (can't move cursor past prompt if in
char-mode), it makes sense to default this variable to true.
2018-01-06 11:37:24 -08:00
Pierre Neidhardt a1ad79ad66 term: Make state and mode synchronization optional and disable by default 2017-12-09 15:21:35 +01:00
Pierre Neidhardt 176b29caaa term: Fix namespace 2017-12-07 10:55:12 +01:00
James Nguyen 9eb7d3db0d Change namespace to evil-collection 2017-12-06 17:50:37 -08:00