vimtutor

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

Install

All systems
curl cmd.cat/vimtutor.sh
Debian Debian
apt-get install vim-runtime
Ubuntu
apt-get install vim-runtime
Alpine
apk add vim
Arch Arch Linux
pacman -S vim
image/svg+xml Kali Linux
apt-get install vim-runtime
Fedora
dnf install vim-enhanced-2
Windows (WSL2)
sudo apt-get update sudo apt-get install vim-runtime
OS X
brew install vim
Raspbian
apt-get install vim-runtime
Docker
docker run cmd.cat/vimtutor vimtutor powered by Commando

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>

© tl;dr; authors and contributors