From 6e590eccef1335fd5e006938ed696f351f03275c Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Sat, 26 Oct 2013 14:36:37 -0500 Subject: [PATCH] add send-prefix shortcut to tmux config --- tmux/tmux.conf.symlink | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/tmux.conf.symlink b/tmux/tmux.conf.symlink index e5a05bb..8accda6 100644 --- a/tmux/tmux.conf.symlink +++ b/tmux/tmux.conf.symlink @@ -13,6 +13,9 @@ unbind C-b set -g prefix C-a bind C-a send-prefix +# for nested tmux sessions +bind-key a send-prefix + # Activity Monitoring setw -g monitor-activity off set -g visual-activity off