I am currently using rsub (rmate for sublime text 3) to open remote files locally.
rmate myFile1.txt
will open a single local tab.
But when I try to open multiple remote files:
rmate myFile*
still only a single local tab opens with a single remote file. How do I open multiple files at once with * ?