Add a tmux config file.

This commit is contained in:
Scott Wallace 2015-09-23 22:40:50 +01:00
parent 77e9a05e9c
commit f1238300d5

6
.tmux.conf Normal file
View file

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