To send the current tab to the beginning or end of the list of currently open tabs, add the following hotkey shortcuts to Keyconfig:
Add "Move Tab First" using keyboard shortcut Alt+Home. This will move the focused tab to the first position in the list.
gBrowser.moveTabTo(gBrowser.mCurrentTab,0);
Add "Move Tab Last" using keyboard shortcut Alt+End. This will move the focused tab to the last position in the list.
Comments
Leave a Reply