tldr/pages/common/vimtutor.md

14 lines
279 B
Markdown
Raw Normal View History

2015-12-28 12:06:58 +00:00
# vimtutor
> Vim tutor, teaching the basic vim commands.
> See also: `vim`, `vimdiff`, `nvim`.
> More information: <https://manned.org/vimtutor>.
2015-12-28 12:06:58 +00:00
- Launch the vim tutor using the given language (en, fr, de, ...):
2015-12-28 12:06:58 +00:00
`vimtutor {{language}}`
- Exit the tutor:
2015-12-28 12:06:58 +00:00
`<Esc> :q <Enter>`