1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/vimtutor.md

14 lines
279 B
Markdown
Raw Normal View History

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