10 lines
171 B
Plaintext
10 lines
171 B
Plaintext
# CTRL-A
|
|
set-option -g prefix C-a
|
|
|
|
# "Normal" scrolling
|
|
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
|
|
set -g mode-mouse on
|
|
|
|
# Set first window to 1
|
|
set -g base-index 1
|