From 503f94181081b506ffdb6643757838f9f3ccd2de Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 3 Jul 2018 15:17:16 +0300 Subject: [PATCH] proper tmux config to support window names --- tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index c4581bd..6defdd1 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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"