set -g default-terminal "screen-256color" set -g status on set -g mouse on unbind C-b set -g prefix C-s bind s send-prefix unbind r bind r source-file ~/.tmux.conf set -sg escape-time 0 set-option -g allow-rename off bind C-n next-window bind C-p previous-window bind -n C-Left previous-window bind -n C-Right next-window bind-key P swap-window -t -1 bind-key N swap-window -t +1 PILOT_BOUNDARY=create PILOT_MODE=wintab PILOT_ROOT=$HOME/Dropbox/projects/vim-wintab source-file $PILOT_ROOT/pilot.tmux