Vim: Difference between revisions
m 1 revision |
No edit summary |
||
| Line 1: | Line 1: | ||
Information on entering characters beyond the current keymap can be found on the [[Using_Unicode#vim|Using Unicode]] page. | Information on entering characters beyond the current keymap can be found on the [[Using_Unicode#vim|Using Unicode]] page. | ||
==Macros== | |||
To record a macro that leaves you in insert mode, use ^Oq (control+O followed by q) to end the recording, instead of ESCq (Escape followed by q). | |||