From e9f2f20f7a52e8b77469b56a087cfcf30f2f0277 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 25 Aug 2018 23:23:39 +0200 Subject: Do not merge zsh historiesāŽˆ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tmux') 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}" -- cgit v1.2.3