From 1750984258957cf5fc441e4fbf1daba15bca50af Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 28 May 2015 22:30:30 -0400 Subject: Add send-prefix binding --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index e6e63991..3aca3a99 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,6 +1,7 @@ -# Use the same prefix as screen +# Use the same prefix as screen, press a again to pass through unbind C-b set -g prefix C-a +bind a send-prefix # Prevent escape key delay set -g escape-time 0 -- cgit 1.4.1