Skip to content

Commit

Permalink
Have tmux set window titles
Browse files Browse the repository at this point in the history
  • Loading branch information
olsonbg committed Mar 14, 2019
1 parent f5ab975 commit d1b32df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dirs/tmux.d/main
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ set-option -g status-style fg=yellow,bg=white
set -g base-index 1
setw -g pane-base-index 1

# Set terminal window titles
set-option -g set-titles on
set-option -g set-titles-string "#S / #W"

# vim:ft=tmux

0 comments on commit d1b32df

Please sign in to comment.