From b52d407a5be7e106be755efb953a3fbbc4dc89c3 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Mon, 9 Sep 2013 13:16:28 +0200 Subject: [PATCH] tmux config file --- tmux/.tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux/.tmux.conf diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..8e9593c --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,6 @@ +set -g default-terminal "screen-256color" + +source-file /usr/share/tmux/powerline.conf + +unbind s +bind s set -g synchronize-panes