diff options
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r-- | tmux/.tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5fc66ee..ee2c342 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -10,7 +10,7 @@ unbind r bind r source-file ~/.tmux.conf set -sg escape-time 0 -set-option -g allow-rename off +set -g allow-rename off bind C-n next-window bind C-p previous-window @@ -25,3 +25,6 @@ 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}" |