Skip to content

Commit

Permalink
Add hostname to tmux conf title and window status
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Oct 19, 2024
1 parent 6f5021f commit 0ea7db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set-window-option -g pane-base-index 1
set-option -g focus-events on
# Set terminal window title to session name
set -g set-titles on
set -g set-titles-string "tmux session #S"
set -g set-titles-string "tmux session #S on #h"

# ###########
# Keybindings
Expand Down Expand Up @@ -113,7 +113,7 @@ set-option -g status-justify "left"
set-option -g status-left ""
set-option -g status-left-length 50
set-option -g status-right-length 50
set-option -g status-right "#S"
set-option -g status-right "#S on #h"

set -g status-style bg=default,fg=colour5
set-window-option -g window-status-current-format "\
Expand Down

0 comments on commit 0ea7db2

Please sign in to comment.