dotfiles/.tmux.conf
2018-10-22 20:42:48 -07:00

9 lines
145 B
Plaintext

set -g prefix C-k
set -g escape-time 20
set -g mouse on
bind-key C-k send-prefix
unbind C-b
bind-key -T prefix j choose-tree "join-pane -s %%"