this post was submitted on 13 Jun 2023
141 points (96.7% liked)

Programmer Humor

32054 readers
1593 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 6 points 1 year ago (2 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 2 points 1 year ago

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

[–] SeeMinusMinus 1 points 1 year ago (1 children)

I use tabs and windows in vim. Mix this with telescope.nvim and a few keybinds and multi-file editing can get really fast.

[–] axtualdave 1 points 1 year ago

Ctrl-p also works with buffers, making it almost trivial.