From 6c3ce90408d4e2c76a6b8691ebaa2b9fad17eb5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Mon, 1 Jul 2013 17:53:43 +0200 Subject: [PATCH] revert prefix --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index e4f832e..b74843f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,8 +10,8 @@ set -g alternate-screen on # command prefix unbind C-b set -g prefix C-a -bind C-a send-prefix -bind-key a last-window +bind a send-prefix +bind-key C-a last-window # basic settings set -g history-limit 30000