From 480a6d8ba77ae97c5a198cc21fe2956e55cdd1bb Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Sat, 3 Aug 2013 02:24:11 -0400 Subject: [PATCH] Nested tmux --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 8216547..79e058c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,6 +7,9 @@ set-option -g prefix C-a # double tap for back and forth bind-key C-a last-window +# for muxception +bind-key a send-prefix + # close window bind q confirm kill-window