this post was submitted on 01 Sep 2024
233 points (97.9% liked)
Asklemmy
43745 readers
1731 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!
- Open-ended question
- 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.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I will!! Right after I look up the key command that does that.
Sure and place neovim there
What if I swap it out with helix like that statue in Indiana jones
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