dotfiles/.tmux.conf

7 lines
126 B
Plaintext
Raw Normal View History

2015-09-23 22:40:50 +01:00
# CTRL-A
set-option -g prefix C-a
# "Normal" scrolling
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g mode-mouse on