dotfiles/tmux/tmux.conf.dotfile
2014-03-26 21:22:39 -04:00

14 lines
247 B
Plaintext

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