Timeline for VIM: What's the quickest way to return from typing :w<enter> in insert mode?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 27, 2015 at 21:20 | comment | added | Mikel |
@NelsonTeixeira :help 'backspace' or :help bs also work. Note the single quotes in the first one.
|
|
| Sep 27, 2015 at 21:18 | history | edited | Mikel | CC BY-SA 3.0 |
added 270 characters in body
|
| Sep 27, 2015 at 16:44 | comment | added | Wildcard | @NelsonTeixeira If you type Ctrl-D when a :help line is partially entered, vim will list the possible auto completions. Can be very handy when you're not quite sure of the name of the topic you need help with. | |
| Jul 30, 2015 at 18:23 | comment | added | Nelson Teixeira | I found it. It's on :help set then Ctrl-] in the link to "options-list" on the top of the page. | |
| Jul 30, 2015 at 15:14 | comment | added | Nelson Teixeira | how can I read the help for set backspace so I can educate myself on the vim option ? "help set" doesn't have a backspace option. "help set backspace" doesn't work. | |
| Jul 30, 2015 at 14:31 | review | Low quality posts | |||
| Jul 30, 2015 at 14:38 | |||||
| Jul 30, 2015 at 14:13 | history | answered | Mikel | CC BY-SA 3.0 |