It's time for another evil-helix release! 🎉 This one comes with more keybindings, and more keybindings means more evil! 👿
- Feature: Match and select inside or around words/paragraphs/pair/... with
vi
andva
(#78 by @badranX) - Feature: We now support VISUAL LINE with
shift + V
! (#82 by @thomie) - Feature: Indent or unindent in insert mode with
ctrl + t
orctrl + d
respectively (#97 by @antoyo) - Feature: Search for the word under the cursor, forwards with
*
or backwards with#
(#79 by @badranX) - Feature: Move the next or previous paragraph with
}
or{
respectively (#83 by @badranX) - Feature: Jump to a specific line by specifying the line number, followed by
G
(#93 by @antoyo) - Feature: Go to the first non-blank character of the line (#84 by @badranX)
- CI: Releases now include a build for amd64-linux-musl (#113 by my cat... I kid you not, she did most of the typing)
Huge thanks to @antoyo, @badranX and @thomie for contributing these features! 🥳 And shoutout to everyone who contributed ideas in issues and pull requests!