|
|
|
|
|
by dmix
4660 days ago
|
|
I have a scenario that I need help with in VIM: switching between 2-3 files while working on them simultaneously. For ex: working on an HMTL+CSS+JS documents all at once. Assuming smaller screen where I can't have a vsplit screen. How to I jump between them quickly? Buffers/tabs? I love VIM but I haven't found a good tab/file switching solution. In Textmate tabbing was straight-forward. VIM doesn't seem well suited for tabs (especially with things like NERDTree and control-p). |
|
So I'd give that a shot. If that doesn't work for you, try just ":tabe <file>" for your three files, then ctrl+pageup, ctrl+pagedown (or gt, gT) to quickly switch between them.