proper tmux config to support window names
This commit is contained in:
parent
a3924a784c
commit
503f941810
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue