diff options
author | terminaldweller <thabogre@gmail.com> | 2022-07-06 14:54:38 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-07-07 07:48:40 +0000 |
commit | ca6ee0f19a3bf1c31698505ecbdb48f06fb575bb (patch) | |
tree | 31c750c71bcfb3174288ee760e56c39e74a043f5 /.tmux.conf | |
parent | searxng (diff) | |
download | scripts-ca6ee0f19a3bf1c31698505ecbdb48f06fb575bb.tar.gz scripts-ca6ee0f19a3bf1c31698505ecbdb48f06fb575bb.zip |
updated haproxy
updates
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -83,7 +83,7 @@ bind-key M-w command-prompt -p "Move Current Window To? (e.g 3.1; session_name:6 bind-key ! break-pane -d -n _hidden_pane bind-key @ join-pane -s $.0 -bind-key p popup -w 80% -h 80% -E ksh +bind-key p popup -w 80% -h 80% -E xonsh #to support nested tmux sessions for ssh workflows bind -T root F6 \ @@ -147,10 +147,12 @@ bind-key -n C-S-Right swap-window -t +1\; select-window -t +1 setw -g monitor-activity off set -g visual-activity off +# pane border style set -g pane-active-border-style fg='#669933',bold set -g pane-border-style fg='#0099ff' set -g pane-border-status top set -g pane-border-lines heavy +# set -g pane-border-format "#{pane_index}:#{s/sudo//:pane_current_command}" set -g pane-border-format "#{pane_index}:#{pane_current_command}" # message text |