Commit Graph

5 Commits

Author SHA1 Message Date
Pierre Neidhardt 4733d53646 Normalize the documentation headers (#12) 2017-11-07 11:04:12 +01:00
James Nguyen e06505798c Change 'mode' to 'state' when referencing Evil State 2017-11-06 18:06:35 -08:00
James Nguyen 67f1fea408 Remove emacs keyword 2017-11-06 17:47:02 -08:00
James Nguyen 0dcc0cd290 Change 'set-keys' to 'setup' in function names 2017-11-06 17:39:23 -08:00
Pierre Neidhardt d936b5191c Merge term bindings from evil-special-modes
Previous, we had evil-ansi-term here.  I think the name evil-term is more
appropriate as it supports term, ansi-term and multi-term.

I've merged the hook that synchronizes normal/line mode and insert/char mode.
Because of this, there is no need to add bindings to send raw characters in
insert mode.

I've integrated the feature of not moving the cursor back: the new
implementation does not rebind <escape>, it sets `evil-move-cursor-back locally.
2017-11-06 14:55:39 +01:00