summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.tmux.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 60a1c57c..f2abc89a 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -32,14 +32,13 @@ set -g status-right "#[fg=blue]#S #I:#P #[fg=yellow]:: %d %b %Y #[fg=green]:: %l
# --- key bindings
-unbind C-t
-set -g prefix C-t
+set -g prefix2 C-j
# C-t t to send C-t to e.g. Emacs or nested tmux, and C-t C-t to
# bounce between windows
-bind t send-prefix
-unbind C-t
-bind-key C-t last-window
+bind j send-prefix -2
+unbind C-j
+bind-key C-j last-window
# splitting should maintain current working directory
bind '"' split-window -c "#{pane_current_path}"