this post was submitted on 13 Jun 2023
45 points (94.1% liked)

Programmer Humor

32375 readers
425 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I tried a couple of times and it's still magic to see anyone able to use it properly

I'll just stick to VScode for now I guess

you are viewing a single comment's thread
view the rest of the comments
[โ€“] degrix@lemmy.world 1 points 1 year ago (1 children)

I've tried for years to master vim, but still fall back to old habits. I have gotten to the point where single file editing is faster in vim than in IntelliJ, but still haven't figured out the mysteries of vim buffers and multi-file editing.

[โ€“] pete@lemmy.world 1 points 1 year ago

Buffers are great, but I mostly go for tabs. :tabnew :tabnext :tabmove and so on.