this post was submitted on 13 Jun 2023
141 points (96.7% liked)
Programmer Humor
32710 readers
20 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
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'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.
Buffers are great, but I mostly go for tabs.
:tabnew
:tabnext
:tabmove
and so on.I use tabs and windows in vim. Mix this with telescope.nvim and a few keybinds and multi-file editing can get really fast.
Ctrl-p also works with buffers, making it almost trivial.