open multiple tabs in vim from string input
Published on 20 Apr 2021
If you have the paths of a few files, copy them and then use them in place of *.html
:args *.html | argdo tabe | tabdo syntax on
If you have the paths of a few files, copy them and then use them in place of *.html
:args *.html | argdo tabe | tabdo syntax on