mirror of
https://github.com/wez/wezterm.git
synced 2024-12-21 04:11:44 +03:00
809bb53387
This makes the individual functions a bit easier to discover, and a lot easier to link to.
268 B
268 B
ShowTabNavigator
Activate the tab navigator UI in the current tab. The tab navigator displays a list of tabs and allows you to select and activate a tab from that list.
return {
keys = {
{key="F9", mods="ALT", action="ShowTabNavigator"},
}
}