kcmerrill
2/1/2015 - 7:04 AM

Tmux

Tmux

bind \ split-window -h
bind - split-window -v
bind-key k select-pane -U
bind-key j select-pane -D
bind-key h select-pane -L
bind-key l select-pane -R
set-option -g renumber-windows on
bind-key c new-window -n ''
set-option -g allow-rename off