dotfiles/.tmux.conf

10 lines
171 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
# Set first window to 1
set -g base-index 1