I have dual display with tabs below. Some tabs are linked. When I close a tab, is it possible to automatically close it's linked tab too?
Not built-in, but it could be done via scripting and then OnCloseTab event, with the tab.linktab
property to find the other tab to close.