From 8d7b50384a95ad2932112b7fdf3d54d36e56c556 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sat, 21 Apr 2012 00:33:49 +0900 Subject: [PATCH] add tmux.conf --- tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..d0091e4 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,5 @@ +unbind C-b +set -g prefix C-z +bind-key C-z send-prefix +set -g default-command /bin/bash +set -g default-terminal screen-256color