8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
# settings
|
|
set -g mouse on
|
|
|
|
# keybindings
|
|
unbind C-b
|
|
set -g prefix C-space
|
|
bind C-space send-prefix
|