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.
|
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
|