版本发布 8
**Release Summary:** This release resolves minor formatting and consistency issues, and switches the instructions for using `:vsp` to `:vs` for brevity since the effect is the same. Special thanks to the following contributors for their help with this release: - [@fairclothjm](https://github.com/fairclothjm) ### Changed - Change vertical split command in Lesson 15 from `:vsp` to `:vs` for brevity. ### Fixed - Remove trailing whitespaces and minor typos in the tutorial text. - Correct quotation marks in Lesson 10.1 for consistency. **Installation:** If you already have vimtutor-sequel installed, run the following to update to v1.3: ```sh brew update brew upgrade vimtutor-sequel ``` If you don't already have a preexisting installation, install normally with Homebrew: ```sh brew tap micahkepe/vimtutor-sequel brew install vimtutor-sequel ``` **Usage:** To start the Vimtutor Sequel lessons, simply run: ```sh vimtutor-sequel ``` **Links:** - [GitHub Repository](https://github.com/micahkepe/vimtutor-sequel) - [Issues & Feedback](https://github.com/micahkepe/vimtutor-sequel/issues)
**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: - [@gyhtomit](https://github.com/gyhtomit) ### 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: ```sh brew update brew upgrade vimtutor-sequel ``` If you don't already have a preexisting installation, install normally with Homebrew: ```sh brew tap micahkepe/vimtutor-sequel brew install vimtutor-sequel ``` **Usage:** To start the Vimtutor Sequel lessons, simply run: ```sh vimtutor-sequel ``` **Links:** - [GitHub Repository](https://github.com/micahkepe/vimtutor-sequel) - [Issues & Feedback](https://github.com/micahkepe/vimtutor-sequel/issues)
**Release Summary:** This release introduces a new feature to display the current version of Vimtutor Sequel when using the `--version` or `-v` flag. Additionally, we've added a changelog to track project updates and improvements. **Special thanks to the following contributors for their help with this release:** - [@harrisi](https://github.com/harrisi) **Changelog:** ### Added - Version display functionality. Run `vimtutor-sequel --version` or `vimtutor-sequel -v` to check the current version. - Changelog to track project updates. ### Changed - Updated README.md with version check and upgrade instructions. ### Fixed - Removed whitespace from tutorial text for easier navigation in Vim. **Installation:** If you already have vimtutor-sequel installed, run the following to update to v1.2.3: ```sh brew update brew upgrade vimtutor-sequel ``` If you don't already have a preexisting installation, install normally with Homebrew: ```sh brew tap micahkepe/vimtutor-sequel brew install vimtutor-sequel ``` **Usage:** To start the Vimtutor Sequel lessons, simply run: ```sh vimtutor-sequel ``` **Links:** - [GitHub Repository](https://github.com/micahkepe/vimtutor-sequel) - [Issues & Feedback](https://github.com/micahkepe/vimtutor-sequel/issues)
### Instruction Enhancements Release - v1.2.2 This release enhances the steps in Lessons 11, 13, and 15 to be more verbose for greater clarity. #### Changes - More verbose instructions in steps for 11, 13, and 15 #### Installation To install the latest version, use Homebrew: ```sh brew tap micahkepe/vimtutor-sequel brew install vimtutor-sequel ``` #### Usage To start the Vimtutor Sequel lessons, simply run: ```sh vimtutor-sequel ``` #### Links - [GitHub Repository](https://github.com/micahkepe/vimtutor-sequel) - [Issues & Feedback](https://github.com/micahkepe/vimtutor-sequel/issues) ```
### Bug Fix Release - v1.2.1 This release addresses a small formatting issue in the Vimtutor Sequel lessons. #### Changes - Fixed text alignment issues. - Ensured consistent formatting across all lessons. #### Installation To install the latest version, use Homebrew: ```sh brew tap micahkepe/vimtutor-sequel brew install vimtutor-sequel ``` #### Usage To start the Vimtutor Sequel lessons, simply run: ```sh vimtutor-sequel ``` #### Links - [GitHub Repository](https://github.com/micahkepe/vimtutor-sequel) - [Issues & Feedback](https://github.com/micahkepe/vimtutor-sequel/issues)
### vimtutor-sequel v1.2 #### Description Vimtutor Sequel is designed to continue your Vim education from where the original vimtutor left off. This version assumes you are familiar with the basics of Vim and will cover more advanced topics and commands to further enhance your Vim skills. #### Key Features - Advanced Vim commands and techniques - Step-by-step tutorials - Custom Vim configuration for the lessons #### What's New in v1.2 - **Updated Content:** - Completed the summary sections for all lessons. - **Improved Formatting:** - Fixed text alignment and spacing to match the original vimtutor. - Adjusted vimrc to ensure consistent display settings. - **Enhanced User Experience:** - Improved readability with better text highlighting settings. - Ensured the content is properly centered and aligned. #### Installation To install `vimtutor-sequel`, use Homebrew: ```sh brew tap micahkepe/vimtutor-sequel brew install vimtutor-sequel ``` #### Usage To start the vimtutor-sequel lessons, simply run: ```sh vimtutor-sequel ``` #### Contributing We welcome contributions! Please see the CONTRIBUTING.md file in the repository for more information. #### License This project is licensed under the MIT License - see the LICENSE file for details. #### Links - [Repository](https://github.com/micahkepe/vimtutor-sequel) - [Issues](https://github.com/micahkepe/vimtutor-sequel/issues)
Fix: update Brew prefix to ensure that files are correctly referenced.
The is the first edition of the `vimtutor-sequel` package! [vimtutor-sequel-1.0.tar.gz](https://github.com/user-attachments/files/16475795/vimtutor-sequel-1.0.tar.gz)