Swap tabs between panes?
Posted: 14 Mar 2010 22:18
How about add an option to make the current 2 active tabs switch between panes? I know this can be done with the following script. But I would like to be able to add a hotkey to it.
Code: Select all
$this = <get path>; $that = <get path i>; goto $that; focus pi; goto $this; focus pi;