12 lines
No EOL
204 B
Bash
12 lines
No EOL
204 B
Bash
unbind C-b
|
|
set -g prefix C-s
|
|
|
|
set -ga terminal-overrides ",xterm-256color:Tc"
|
|
|
|
bind-key & kill-window
|
|
bind-key x kill-pane
|
|
|
|
bind "\\" split-window -h
|
|
bind - split-window -v
|
|
|
|
set -g status-style 'default' |