Merge pull request #137 from alx741/tabs
Most recently used tab selector
This commit is contained in:
commit
423d17aeb6
5 changed files with 21 additions and 2 deletions
|
@ -27,6 +27,8 @@ const exec = (operation, tab) => {
|
|||
return tabs.selectFirstTab();
|
||||
case operations.TAB_LAST:
|
||||
return tabs.selectLastTab();
|
||||
case operations.TAB_PREV_SEL:
|
||||
return tabs.selectPrevSelTab();
|
||||
case operations.TAB_RELOAD:
|
||||
return tabs.reload(tab, operation.cache);
|
||||
case operations.TAB_PIN:
|
||||
|
|
Reference in a new issue