Commit Graph

9 Commits

Author SHA1 Message Date
James Nguyen f27f413685 Add or fix documentation to appease checkdoc 2017-11-16 18:53:35 -08:00
James Nguyen bc9ce2e01b Term: Remove C-h 2017-11-16 18:01:48 -08:00
Pierre Neidhardt 9c263e5e53 term: Complete raw keymap 2017-11-10 12:41:41 +01:00
James Nguyen 0f57cea1b4 Term: Add in raw keymap to mirror normal terminal 2017-11-09 11:35:21 -08:00
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