Conditional ESC, ideas?
- by Tony
I often need to enter insert mode just to make changes on a specific line, and would like know if there is a way to enter insert mode in a way that when I am done editing on that line, hitting [Return] gets me back to normal mode.
I am aware of the 'r' command for replacing a single character, I guess what I want is something like that but for a line.