Vim: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| 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). | |||