aboutsummaryrefslogtreecommitdiff
path: root/plugins/tab_switcher.lua
AgeCommit message (Collapse)Author
2024-03-08`tab_switcher`: `core.warning()` -> `core.warn()` (#379)vqn
2023-10-25`tab_switcher`: Sort entries by last focused and add "hold" mode (#308)Guldoman
* `tab_switcher`: Sort entries by last focused The last entry in `tab-switcher:tab-list{,-current-split}` is the previously focused tab, so that pressing enter is enough to switch to it. Also added `tab-switcher:switch-to-last-tab{,-in-current-split}` commands. * `tab_switcher`: Implement "hold" mode
2022-12-28Add `tab_switcher` (#173)Guldoman