From 17527e915348f6f08eb4d6e5245f0f0bc51335a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Imobach=20Gonz=C3=A1lez=20Sosa?= Date: Tue, 29 Oct 2013 22:01:53 +0000 Subject: [PATCH] Enable tmux to send-prefix using C-a a * It's useful when you have a tmux session into another tmux session (ie. via ssh). --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index cf50b2b..101374d 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -61,6 +61,7 @@ set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=black,bg # Screen like binding unbind C-b set -g prefix C-a +bind a send-prefix # No escape time for vi mode set -sg escape-time 0