Files
cheatsheet-tldr/tldr/vimtutor
2025-03-10 00:15:53 +00:00

19 lines
372 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# vimtutor
> Vim tutor, teaching the basic vim commands.
> See also: `vim`, `vimdiff`, `nvim`.
> More information: <https://manned.org/vimtutor>.
- Launch the vim tutor using the given language (en, fr, de, ...):
`vimtutor {{language}}`
- Exit the tutor:
`<Esc><:>q<Enter>`