From 631bafcd46535ca06346838db168c36fb046fe0d Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 26 Jul 2018 22:26:06 -0700 Subject: [PATCH] Add tmux key stroke for joining panes --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index ab40bbd..83f9586 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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 %%"