1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 12:42:07 +02:00
tldr/pages/common/vimtutor.md
Leandro Ostera 2ba4397edc Updates vim and vimtutor pages (#926)
* Updates vim and vimtutor pages

* Easy peasy.

* Use <Enter> instead of <Cr>

* Show help command.

We might not be able to help you move around
but the interactive help provided by vim is
pretty good, so helping people find it might
be a good idea.

* Reorder commands and lowercase help
2016-08-21 16:00:09 +02:00

11 lines
190 B
Markdown

# vimtutor
> Vim tutor, teaching the basic vim commands.
- Launch the vim tutor using the given language (en, fr, de, ...):
`vimtutor {{language}}`
- Exit the tutor:
`<Esc> :q <Enter>`