From 58151a025b5a97707e4481cf56c2f971371fd9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Sun, 30 Jun 2013 21:19:10 +0200 Subject: [PATCH] changed send-prefix in tmux --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index b74843f..e4f832e 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 a send-prefix -bind-key C-a last-window +bind C-a send-prefix +bind-key a last-window # basic settings set -g history-limit 30000