blob: fc2fcb245245a12dd37a6bd063ef2d10be8fea62 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
unbind C-b
set -g prefix C-f
bind C-f send-prefix
set -g default-terminal "screen.xterm-256color"
set -g mouse on
setw -g mode-keys vi
unbind l
bind k select-pane -U
bind j select-pane -D
bind l select-pane -R
bind h select-pane -L
|