Vimtutor Sequel provides advanced Vim tutor lessons to help users deepen their understanding of Vim.
- Advanced Vim commands and techniques
- Step-by-step tutorials
- Interactive exercises
The easiest way to use vimtutor-sequel
is to install it using Homebrew. However, you can also run the tutorial manually by cloning the repository (see Running Vimtutor Without Homebrew).
If you don't have Homebrew installed, you can install it using the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
To install vimtutor-sequel
for the first time using Homebrew:
brew install vimtutor-sequel
If you have already installed vimtutor-sequel
and want to upgrade to the latest version:
-
Check your current version (available from version 1.2.3 and later):
vimtutor-sequel --version
If you are not on the latest version, you can upgrade by continuing with the following steps.
-
Upgrade
vimtutor-sequel
:brew update brew upgrade vimtutor-sequel
To run the vimtutor-sequel
script, simply type:
vimtutor-sequel
If you are on Windows or Linux, you can still run the tutorial by cloning the repository and running the script manually:
- Clone the repository:
git clone https://github.com/micahkepe/vimtutor-sequel.git
- Navigate to the repository:
cd vimtutor-sequel
- Make a Copy of the Tutorial:
cp vimtutor-sequel.txt vimtutor-sequel-copy.txt
- Run Vim with the Custom Configuration:
vim -u vimtutor-sequel.vimrc -U NONE vimtutor-sequel-copy.txt
This method allows you to easily access and run the Vimtutor Sequel lessons without the need for additional installation steps.
This project is licensed under the MIT License - see the LICENSE file for details.
See CONTRIBUTING.md for information on how to contribute to vimtutor-sequel
.