show_new_tab_button_in_tab_bar
On this page
show_new_tab_button_in_tab_bar = true#
When set to true (the default), the tab bar will display the new-tab button,
which can be left-clicked to create a new tab, or right-clicked to display the
Launcher Menu.
When set to false, the new-tab button will not be drawn into the tab bar.
This example turns off the tabs and new-tab button, leaving just the left and right status areas:
wakterm.on('update-right-status', function(window, pane)
window:set_left_status 'left'
window:set_right_status 'right'
end)
config.use_fancy_tab_bar = false
config.show_tabs_in_tab_bar = false
config.show_new_tab_button_in_tab_bar = false