Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Vimtutor Sequel - Advanced Vim Tutor Lessons ⌨️

License

NotificationsYou must be signed in to change notification settings

micahkepe/vimtutor-sequel

Repository files navigation

Vimtutor Sequel provides advanced Vim tutor lessons to help users deepen their understanding of Vim.

Teaser image of the tutorial

Features

  • Advanced Vim commands and techniques
  • Step-by-step tutorials
  • Interactive exercises

Installation

The easiest way to usevimtutor-sequel is to install it using Homebrew. However, you can also run the tutorial manually by cloning the repository (seeRunning 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)"

For New Users

To installvimtutor-sequel for the first time using Homebrew:

brew install vimtutor-sequel

For Existing Users

If you have already installedvimtutor-sequel and want to upgrade to the latest version:

  1. 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.

  2. Upgradevimtutor-sequel:

    brew updatebrew upgrade vimtutor-sequel

Usage

To run thevimtutor-sequel script, simply type:

vimtutor-sequel

Running Vimtutor Without Homebrew

If you are on Windows or Linux, you can still run the tutorial by cloning the repository and running the script manually:

  1. Clone the repository:
git clone https://github.com/micahkepe/vimtutor-sequel.git
  1. Navigate to the repository:
cd vimtutor-sequel
  1. Make a Copy of the Tutorial:
cp vimtutor-sequel.txt vimtutor-sequel-copy.txt
  1. 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.

License

This project is licensed under the MIT License - see theLICENSE file for details.

Contributing

SeeCONTRIBUTING.md for information on how to contribute tovimtutor-sequel.

About

Vimtutor Sequel - Advanced Vim Tutor Lessons ⌨️

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp