aboutsummaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.tmux.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index b2507db..19db849 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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