diff options
author | Urbain Vaes <urbain@vaes.uk> | 2018-08-25 23:23:39 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2018-08-25 23:23:39 +0200 |
commit | e9f2f20f7a52e8b77469b56a087cfcf30f2f0277 (patch) | |
tree | 27d1f5be69ac371c2ae0844e32ad4b76a40bd6e8 /tmux | |
parent | 34abdcc4d1368d94123391f49ebe135d7ad1c238 (diff) |
Do not merge zsh histories⎈
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 5 |
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}" |