You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
251 B

3 years ago
set -g base-index 1
set -g mouse on
3 years ago
unbind C-b
set -g prefix C-a
bind C-a send-prefix
3 years ago
set -g set-titles on
set -g set-titles-string "#T"
3 years ago
set -g status-style bg=black
3 years ago
# More friendly split pane
bind-key h split-window -h
bind-key v split-window -v