this post was submitted on 01 Sep 2024
240 points (98.0% liked)

Asklemmy

43376 readers
1400 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

FOSS or otherwise

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 week ago (1 children)

You know, I've heard a lot of good things about Helix; if it gets more people using modal editors then I'm all for it. Personally though, I haven't seen a convincing reason to leave Vim yet.

The biggest reason though is that my editor works literally everywhere. Even without my custom vimrc, vanilla vim is hugely powerful, and to have that on every random server I need to access is a gamechanger for me. Even if all you have is Vi, you still have a very capable editor available.

I mean uh.... Crushed by a boulder! Which on Lemmy means you'll be downvoted into oblivion until they run you off the instance haha.

[โ€“] [email protected] 1 points 1 week ago* (last edited 1 week ago)

I used to use neovim for a while, the main reason I migrated to helix was because it just has everything built in, no need to spend hours getting lsps working and everything

The motions are vastly better than vim though imo, the select as you go thing makes it feel a lot more natural

(For example, w moves you to the end of the word and selects it, then pressing it again deselects and selects the next word unless you're in v mode)

Meaning to delete a word it's w+d not d+w

Also very good multi cursor support, instead of typing out a long sed command I can select a block or all, and do S,(regex) and it spawns a cursor on every match which can do everything the normal one can

As for it being everywhere have you ever used sshfs? It's always my go-to when editing projects on a remote server and then you can use whatever you want