From 5ce35a162c9d390cd1525d9f780250e8f184a27f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 24 May 2015 20:05:00 +0900 Subject: fix nested tmux binding --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index e630bbbf..69a59ca4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -36,7 +36,7 @@ set -g status-right "#[fg=blue]#S #I:#P #[fg=yellow]:: %d %b %Y #[fg=green]:: %l # - C-] ] to send C-] to e.g. Emacs or nested tmux; # - C-] C-] to bounce between windows set -g prefix C-] -bind t send-prefix +bind ] send-prefix unbind C-] bind-key C-] last-window -- cgit v1.2.3