ToggleTabBarPosition

On this page
  1. ToggleTabBarPosition

ToggleTabBarPosition#

Moves the tab bar between the top and bottom of the current window. Toggling it a second time returns the tab bar to the position configured by tab_bar_at_bottom.

The default key assignment is Ctrl-Shift-A.

config.keys = {
  {
    key = 'A',
    mods = 'CTRL|SHIFT',
    action = wakterm.action.ToggleTabBarPosition,
  },
}
Edit this page