On Mon, May 28 2012 (15:22), Petro <[email protected]> wrote: > Is there a way to insert one symbol without entering into insert mode? > I find it unconvenient to push "i <symbol> C-[" to insert one letter.
\ <symbol> \ is bound to evil-execute-in-emacs-state that executes the following key chord in emacs state. That's not insert state so be aware of changed keybindings. But it's quite easy to derive an `execute-in-insert-state` from its code. Michael
pgp3XUyke46S7.pgp
Description: PGP signature
_______________________________________________ implementations-list mailing list [email protected] https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list
