From e0ed427a4f49cbd7c07e95b35c5e3034979b57ac Mon Sep 17 00:00:00 2001 From: Arne Schauf Date: Sat, 14 Jun 2014 17:22:30 +0200 Subject: [PATCH] change nested key for tmux to s --- tmux.server.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.server.conf b/tmux.server.conf index 663dcf6..b259be1 100644 --- a/tmux.server.conf +++ b/tmux.server.conf @@ -5,9 +5,9 @@ setw -g aggressive-resize on # command prefix unbind C-b -set -g prefix C-w -bind w send-prefix -bind-key C-w last-window +set -g prefix C-s +bind s send-prefix +bind-key C-s last-window # basic settings set -g history-limit 30000