blob: f3bc368d9c147caefb067b18efb95f8d4db449df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
set -g prefix C-z
unbind C-b
set -g mouse-select-pane on
set -g status off
setw -g aggressive-resize on
bind ^F choose-window
bind ^N new-window
bind ^D detach-client
bind ^[ copy-mode
bind | split-window -h
bind - split-window -v
set -gw mode-keys emacs
|