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.

11 lines
171 B

3 years ago
set -g base-index 1
set -g mouse on
set -g set-titles on
set -g set-titles-string "#T"
# More friendly split pane
bind-key h split-window -h
bind-key v split-window -v