9 lines
188 B
Bash
9 lines
188 B
Bash
set -g prefix C-a
|
|
set -g base-index 1
|
|
set -g status off
|
|
bind C-a send-prefix
|
|
bind C-l last-window
|
|
bind C-n next-window
|
|
bind C-p previous-window
|
|
bind C-@ next-window
|
|
bind Space next-window
|