From 31b403e6a26193d988c8f713a6cc3229e32313a7 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Wed, 26 Mar 2014 21:22:39 -0400 Subject: [PATCH] Adds tmux config. --- tmux/tmux.conf.dotfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tmux/tmux.conf.dotfile diff --git a/tmux/tmux.conf.dotfile b/tmux/tmux.conf.dotfile new file mode 100644 index 0000000..484f1a0 --- /dev/null +++ b/tmux/tmux.conf.dotfile @@ -0,0 +1,13 @@ +unbind C-b +set -g prefix C-o + +bind-key \ split-window -h +bind-key - split-window + +set -g history-limit 40000 +setw -g mode-mouse on + +set-option -g mouse-select-pane on +set -g default-terminal "screen-256color" + +set-option -g default-shell /bin/zsh