From 05e175bc49531fed104de28e26891c2875a74e2e Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 22 Jul 2021 00:34:15 +1000 Subject: Set the tmux pane title and active pane border. --- scripts/install/opensim.tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scripts/install/opensim.tmux.conf') diff --git a/scripts/install/opensim.tmux.conf b/scripts/install/opensim.tmux.conf index c204c42..9cdda3f 100644 --- a/scripts/install/opensim.tmux.conf +++ b/scripts/install/opensim.tmux.conf @@ -16,6 +16,16 @@ unbind '"' bind | split-window -h bind - split-window -v +# pane border +set -g pane-border-status top +#colors for pane borders +set-window-option -g pane-border-style fg=black,bg=green +set-window-option -g pane-active-border-style fg=black,bg=red +set-window-option -g automatic-rename off +set-window-option -g pane-border-format '[#{pane_index}:#{pane_title}]' + +# select-pane -t 1 -T "fancy pane title" +# Note that running a program in that tab might override it - 1 mc [dvs1@Superbitch]:/media/DATA/home/dvs1 # set-options -g global, -s server, -w window, otherwise a session option. # -a appends a string to the existing option. # -u unsets an option. -- cgit v1.1