v1.3 - Lesson 16 on Change Navigation + New Notes and Exercises
Release Summary:
This release introduces Lesson 16 on change navigation and Vim's undo tree. Additionally, new notes and challenges were added to enhance existing lessons. Formatting was fixed to be standardized across all lessons.
Special thanks to the following contributors for their help with this release:
Added
- Lesson 16 on change navigation and the undo tree.
- Notes about "commenting" in Vim in Lesson 10.2 and the leader key in Lesson 13.
- Reference to the Vim user manual in conclusion.
- Additional challenge to install the 'preservim/nerdcommenter' plugin in Lesson 13.
- Note about registers in Lesson 12.
Changed
- Ensured minimal configuration by adding
-U NONE
to avoid loading user-specific gvimrc files. - Changed search and replace commands in Lesson 11 exercises to use
:s
instead of:%s
.
Fixed
- Numberings corrected and moved to column 3 for consistency.
- End each lesson with 2 blank lines.
- Lesson headings maintain same indentation.
- Make case consistently uppercase for lesson headers.
Installation:
If you already have vimtutor-sequel installed, run the following to update to v1.3:
brew update
brew upgrade vimtutor-sequel
If you don't already have a preexisting installation, install normally with Homebrew:
brew tap micahkepe/vimtutor-sequel
brew install vimtutor-sequel
Usage:
To start the Vimtutor Sequel lessons, simply run:
vimtutor-sequel
Links: