Add tmux key stroke for joining panes

This commit is contained in:
Kevin Cotugno 2018-07-26 22:26:06 -07:00
parent ad159d7fda
commit 631bafcd46

View File

@ -1,5 +1,7 @@
set -g prefix C-k
set -g escape-time 20
bind-key C-k send-prefix
unbind C-b
set -g escape-time 20
bind-key -T prefix j choose-tree "join-pane -s %%"