dotfiles/.tmux.conf

8 lines
129 B
Plaintext

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