Check out my first novel, midnight's simulacra!
Vim: Difference between revisions
From dankwiki
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). |
Latest revision as of 10:49, 23 October 2020
Information on entering characters beyond the current keymap can be found on the 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).