Vim.hx -- Vim Motions for Helix

โš“ Rust    ๐Ÿ“… 2025-06-30    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 5      

surdeus

Warning

This post was published 38 days ago. The information described in this article may have changed.

I've been working on a "lightweight" patch for Helix to add Vim-like motions. "Lightweight" here means it makes minimal changes to the Helix source code, so merging it with upstream or adding it to your own fork is simple. Because it's easy to maintain, the project wonโ€™t need me to survive โ€” as long as Helix lives, it lives. Long live Helix.

I have no intention of creating an exact replica of Vim or a fork that diverges from Helix (unlike some other forks โ€” links in the repo). Youโ€™ll still need to learn some Helix basics โ€” things like multi-cursor, search & replace, etc. In fact, this can be a good intro for Vim users to explore the power of multi-cursor and other Helix features!

Heads-up: this is still in early development โ€” though I do use it daily :slight_smile:

Note: I might consider using the upcoming Helix plugin system, once it's merged!

1 post - 1 participant

Read full topic

๐Ÿท๏ธ rust_feed