Skip to content

Commit

Permalink
tmux session name as iTerm tab title
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Jul 4, 2012
1 parent 76b4d8c commit 5706566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/tmux.conf.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ set-window-option -g allow-rename off

## tmux window titling for X
set-option -g set-titles on
set-option -g set-titles-string '[#I] #W'
set-option -g set-titles-string '#S'
set-window-option -g window-status-format ' #I #W '
set-window-option -g window-status-attr bold
# starts windows at 1 not 0
Expand Down

0 comments on commit 5706566

Please sign in to comment.