1
0
Fork 0

proper tmux config to support window names

This commit is contained in:
Von Random 2018-07-03 15:17:16 +03:00
parent a3924a784c
commit 503f941810

View file

@ -19,7 +19,6 @@ bind -n M-k previous-window
bind -n M-` last-window
set -g prefix C-g
set -g update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY"
set -g allow-rename on
set -g mode-keys "vi"
set -g set-titles "on"
set -g set-titles-string "[#h:#S] #W"
@ -28,10 +27,14 @@ set -g history-limit "10000"
set -g terminal-overrides ',rxvt-unicode-256color:Tc'
set -g default-terminal "tmux-256color"
set -g status "on"
set -g status-interval 2
set -g status-position "bottom"
set -g status-justify "left"
set -g status-left-length "100"
set -g status-right-length "100"
set -g pane-border-status "off"
set -g automatic-rename on
set -g automatic-rename-format "#T"
set -g pane-border-style "fg=colour249"
set -g pane-active-border-style "fg=colour88"
set -g status-style "bg=colour244"