Skip to content

Commit

Permalink
Fixes issue with long session name in tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
ivleonov committed Mar 11, 2023
1 parent 919ddb0 commit c8c7062
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ set -g history-limit 10000
set-option -g status on # turn the status bar on
set -g status-interval 5 # set update frequencey (default 15 seconds)

# Make sure that session name doesn't get cutoff
set -g status-left-length 100

# visual notification of activity in other windows
setw -g monitor-activity on
set -g visual-activity on
Expand Down

0 comments on commit c8c7062

Please sign in to comment.