Adds tmux config.

This commit is contained in:
Ian Adam Naval 2014-03-26 21:22:39 -04:00
parent ced7ec5532
commit 31b403e6a2

13
tmux/tmux.conf.dotfile Normal file
View File

@ -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