this post was submitted on 05 Aug 2023
839 points (97.7% liked)
Technology
59092 readers
6622 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
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
Calling it a code editor is like calling my car a “work transport vehicle”
Vim is an all purpose text-editing machine and although it has some definite quirks it solves problems. If you’ve used original vi you’ll know just how much more amazing vim is without changing the core concepts.
Much love to Bram, you made the world a better place ❤️
100%. vim is pure genius.
:wq!
Vim is just way better than Vi if I have to use it to actually change more than a few characters in a text file/config.
It's probably just me but with Vi I struggle with inputting any text because I'm used to using the arrow keys to navigate. It keeps putting a 'B', in particular, and newlines whenever I want to navigate text.
I used to use arrow keys with VIM, but found that using
hjkl
worked better in some circumstances. Especially when writing reusable macros. It also avoids the need to move your fingers away from the main keys, making you faster.I highly recommend getting use to using
hjkl
rather than the arrow keys.Some cases? hjkl is such a euphoric way to move around that all my keyboards have the arrow keys mapped to those letters under a layer. Truly a game changer.