Add tmux key stroke for joining panes
This commit is contained in:
parent
ad159d7fda
commit
631bafcd46
@ -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 %%"
|
||||
|
Loading…
Reference in New Issue
Block a user