diff options
| -rw-r--r-- | tmux.conf | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ set -g status-right "#[fg=green,bg=black] #(whoami)@#h|m:#(sh $HOME/.tmux_helper set -g status-right-length 40 set -g window-status-format "#I:#W#F" +set -g set-titles on +set -g set-titles-string "tmux: #{session_name} [#I]#{window_name} -- #T" + # If you still want to select text out of the terminal as you normally would # You should hold the shift key ( Linux ) Option/Alt works in iTerm2 on MacOS |
