dotfiles/.tmux.conf

7 lines
126 B
Plaintext

# CTRL-A
set-option -g prefix C-a
# "Normal" scrolling
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g mode-mouse on