summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index ee2c342..a32b9ec 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -21,10 +21,11 @@ bind -n C-Right next-window
bind-key P swap-window -t -1
bind-key N swap-window -t +1
+PILOT_IGNORE=
PILOT_BOUNDARY=ignore
PILOT_MODE=wintab
PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab
source-file $PILOT_ROOT/pilot.tmux
-# set -g pane-border-status top
-# set -g pane-border-format "#{pane_current_command}"
+set -g pane-border-status off # Alternative: top/bottom/...
+set -g pane-border-format "#{pane_current_command}"