Follow herdr's new tab bar status config (#6674)

This commit is contained in:
David Heinemeier Hansson
2026-08-10 10:28:39 +02:00
committed by GitHub
parent 0a8359072c
commit c7c897cb4f
+2 -2
View File
@@ -86,5 +86,5 @@ prompt_new_tab_name = false
# set -g mouse on # set -g mouse on
mouse_capture = true mouse_capture = true
# tmux showed #h in status-right; the ZOOM flag shows there automatically # status-right had the zoom flag followed by #h
tab_bar_hostname = true tab_bar_right = [{ type = "zoom" }, { type = "hostname" }]