From f1238300d5adb49822d2889285d11d8ec4451a7e Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 23 Sep 2015 22:40:50 +0100 Subject: [PATCH] Add a tmux config file. --- .tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..336eab5 --- /dev/null +++ b/.tmux.conf @@ -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