summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-05-24 20:05:00 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-24 20:05:00 +0900
commit5ce35a162c9d390cd1525d9f780250e8f184a27f (patch)
treebe9d5aee38719b2fe71e015fd03cb366963c181c
parentda2c9456f17e40e80e6c5192eb13ac5a079a44e8 (diff)
downloaddotfiles-5ce35a162c9d390cd1525d9f780250e8f184a27f.tar.gz
fix nested tmux binding
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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