From 3b8c08d0027c70302b7e3552f4080c86aa1f39a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Fussing=20M=C3=B8rk?= Date: Fri, 20 Sep 2019 14:06:37 +0200 Subject: [PATCH] Added tmux config --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..429b1ce --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,4 @@ +set -g default-terminal 'screen-256color' +set-option -sa terminal-overrides ',xterm-termite:RGB' +set-option -sg escape-time 10 +set -g prefix C-a