6 lines
93 B
Bash
6 lines
93 B
Bash
unbind C-b
|
|
set -g prefix C-x
|
|
bind C-x send-prefix
|
|
set -g default-terminal "screen-256color"
|
|
|