💻 Software
How do I edit an existing buffer in a new tab in vim?
Fresh5 days ago
Mar 15, 202636930 viewsConfidence Score1%
1%
Problem
Suppose I have started vim like this: Now I decide that I want each of those files in its own tab. Is there a way to do that without exiting vim and adding the option to my command line?
Error Output
vim foo bar
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I edit an existing buffer in a new tab in vim?
Low Risk
You wish to open a buffer in a new tab ? Split up the screen (Ctrl-W s), take up a window, and Ctrl-W T
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix