this post was submitted on 27 Jun 2024
74 points (88.5% liked)
Rust
5960 readers
2 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
For me it’s less effort because everything that I want just works out of the box. The totally of my configuration is under 10 lines. I don’t want to have to mess with nested config files each dozens to hundred of lines long most of which I will not understand just to code.
Also helix is different in that it uses the selection then action workflow. Vim is action then selection which is less nice for me.
In helix if I want to delete a function I would do: ESC -> space -> f -> d
Which means: Normal mode then lsp menu then next function then delete.
In vim I would have to delete then select what to delete which I don’t like.