summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
blob: 342c2755d2bf6741828dc0cad1fca9a4c24eb6ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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 -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

WINTAB_BOUNDARY=create
WINTAB_MODE=wintab
WINTAB_ROOT=$HOME/Dropbox/projects/vim-wintab
source-file $WINTAB_ROOT/wintab.tmux