From dc2baa43c1874f87c968541f06368a3039fea14b Mon Sep 17 00:00:00 2001 From: "Nek (Maxime Veber)" <nek.dev@gmail.com> Date: Tue, 17 Jun 2014 13:08:50 +0200 Subject: [PATCH] Added tmux configuration to be compatible with vim --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..336925f --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -g default-terminal "screen-256color" -- GitLab