From be95ca2701b66bb089b6258710bcfcd3118f232d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 16 Oct 2012 05:35:23 +0100 Subject: [PATCH] Allow sending tmux prefix to shell --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index a014749..084796d 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,6 +1,7 @@ # Prefix Key unbind C-b set -g prefix C-q +bind C-q send-prefix # Settings set -g default-terminal "screen-256color"