Page 1 of 1

SC tab(): How to open a foreground tab to the very right?

Posted: 10 May 2014 22:06
by Filehero
Hi,

I must be blind, but how's the tab() syntax to open a new rightmost foreground tab for a given path?


Thanks,
Filehero

Re: SC tab(): How to open a foreground tab to the very right

Posted: 10 May 2014 22:20
by klownboy
Hi Filehero, I hope all is well. Doesn't this work, tab("new", "D:\Tools"); It should select the new tab also. If not you can also use, seltab -1 which selects the right-most tab.
Ken