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

17 lines
329 B
Plaintext

# always indicate the terminal supports 256 colors
set -g default-terminal "screen-256color"
# set the default leader to ctrl-A instead of ctrl-B
unbind-key C-b
set -g prefix 'C-a'
bind-key a send-prefix
unbind ^A
bind ^A select-pane -t :.+
bind-key C-Tab next-window
bind-key C-S-Tab previous-window
set-option -g mouse on