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
-
apt-get install vim-runtime - Ubuntu
-
apt-get install vim-runtime -
Alpine
-
apk add vim - Arch Linux
-
pacman -S vim - Kali Linux
-
apt-get install vim-runtime - Fedora
-
dnf install vim-enhanced-2 - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install vim-runtime - OS X
-
brew install vim - Raspbian
-
apt-get install vim-runtime - Docker
-
docker run cmd.cat/vimtutor vimtutorpowered 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