diff options
author | onefang | 2021-07-22 00:34:15 +1000 |
---|---|---|
committer | onefang | 2021-07-22 00:34:15 +1000 |
commit | 05e175bc49531fed104de28e26891c2875a74e2e (patch) | |
tree | 952abed0156a9d462ca202c33341f3a7c0a32a4e /scripts/install/opensim.tmux.conf | |
parent | If no file given for IARs, use users name and put it in the usual backups dir... (diff) | |
download | opensim-SC-05e175bc49531fed104de28e26891c2875a74e2e.zip opensim-SC-05e175bc49531fed104de28e26891c2875a74e2e.tar.gz opensim-SC-05e175bc49531fed104de28e26891c2875a74e2e.tar.bz2 opensim-SC-05e175bc49531fed104de28e26891c2875a74e2e.tar.xz |
Set the tmux pane title and active pane border.
Diffstat (limited to '')
-rw-r--r-- | scripts/install/opensim.tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 '"' | |||
16 | bind | split-window -h | 16 | bind | split-window -h |
17 | bind - split-window -v | 17 | bind - split-window -v |
18 | 18 | ||
19 | # pane border | ||
20 | set -g pane-border-status top | ||
21 | #colors for pane borders | ||
22 | set-window-option -g pane-border-style fg=black,bg=green | ||
23 | set-window-option -g pane-active-border-style fg=black,bg=red | ||
24 | set-window-option -g automatic-rename off | ||
25 | set-window-option -g pane-border-format '[#{pane_index}:#{pane_title}]' | ||
26 | |||
27 | # select-pane -t 1 -T "fancy pane title" | ||
28 | # Note that running a program in that tab might override it - 1 mc [dvs1@Superbitch]:/media/DATA/home/dvs1 | ||
19 | # set-options -g global, -s server, -w window, otherwise a session option. | 29 | # set-options -g global, -s server, -w window, otherwise a session option. |
20 | # -a appends a string to the existing option. | 30 | # -a appends a string to the existing option. |
21 | # -u unsets an option. | 31 | # -u unsets an option. |