From 6aede22349f8054069569e46ecfee28556f893c1 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 25 Oct 2016 18:25:20 +0200 Subject: [PATCH] added tmux-config --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..dfa620d --- /dev/null +++ b/tmux.conf @@ -0,0 +1,3 @@ +set -g mouse on + +set -g default-terminal "screen-256color"