HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

vimtutor — Vim tutor, teaching the basic vim commands. See also: `vim`, `vimdiff`, `nvim`. More information: <h

Submitted by: @import:tldr-pages··
0
Viewed 0 times
theteachingcommandvimtutorvimtutorclibasic

Problem

How to use the vimtutor command: Vim tutor, teaching the basic vim commands. See also: vim, vimdiff, nvim. More information: <https://manned.org/vimtutor>.

Solution

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:
vimtutor {{en|fr|de|...}}


Exit the tutor:
<Esc><:>q<Enter>

Code Snippets

Launch the vim tutor using the given language

vimtutor {{en|fr|de|...}}

Exit the tutor

<Esc><:>q<Enter>

Context

tldr-pages: common/vimtutor

Revisions (0)

No revisions yet.