All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update README.md Hoembrew instructions now that
vimtutor-sequel
is available on Homebrew.
1.3.1 - 2024-08-15
Special thanks to the following contributors for their help with this release:
- Change vertical split command in Lesson 15 from
:vsp
to:vs
for brevity.
- Remove trailing whitespaces and minor typos in the tutorial text.
- Correct quotation marks in Lesson 10.1 for consistency.
1.3 - 2024-08-07
Special thanks to the following contributors for their help with this release:
- 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.
- 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
.
- 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.
1.2.3 - 2024-08-03
Special thanks to the following contributors for their help with this release:
- Change log to track project updates.
- Add version flags to the script for easier version tracking. (
-v
,--version
)
- Updated README.md with version check and upgrade instructions.
- Removed whitespace from tutorial text for easier navigation in Vim.
1.2.2 - 2024-08-02
- Enhanced instructions in Lessons 11, 13, and 15 for greater clarity.
- Typo in CONTRIBUTING.md file corrected for forking instructions.
1.2.1 - 2024-08-02
- Fixed text alignment issues due to inconsistent spacing and tabs.
- Ensure all lines do not exceed maximum character limit for readability.
- Ensured consistent formatting across all lessons.
1.2 - 2024-08-02
- Completed the summary sections for all lessons.
- Add MIT License to the project.
- Add CONTRIBUTING.md file to guide contributors.
- Update README.md with teaser image and additional information.
- Improved text alignment and spacing to match the original vimtutor.
- Adjusted vimrc to ensure consistent display settings.
- Improved readability with better text highlighting settings.
- Ensured the content is properly centered and aligned.
1.1 - 2024-08-02
- Updated Brew prefix to ensure that files are correctly referenced.
1.0 - 2024-08-02
- Initial release of Vimtutor Sequel.
- Basic advanced Vim topics and initial lessons.