24 lines
461 B
Plaintext
24 lines
461 B
Plaintext
set-option status-position top
|
|
set default-shell /bin/zsh
|
|
set default-terminal "screen-256color"
|
|
|
|
#unbind C-b
|
|
unbind C-a
|
|
set prefix C-b
|
|
bind C-b send-prefix
|
|
#bind-key C-b send-prefix
|
|
#set-option prefix C-b
|
|
|
|
bind "\" split-window -h
|
|
bind - split-window -v
|
|
unbind '"'
|
|
unbind %
|
|
|
|
bind -n M-Left select-pane -L
|
|
bind -n M-Right select-pane -R
|
|
bind -n M-Up select-pane -U
|
|
bind -n M-Down select-pane -D
|
|
|
|
set-option -g allow-rename off
|
|
set-option -g history-limit 30000
|