From 9279a39dd34717793d1717381d0f5d45b781db72 Mon Sep 17 00:00:00 2001 From: tafryn Date: Tue, 15 Sep 2015 11:15:13 -0700 Subject: [PATCH] Change common commands to mirror other popular terminal multiplexers. --- sensible.tmux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sensible.tmux b/sensible.tmux index 78c6700..32486b6 100755 --- a/sensible.tmux +++ b/sensible.tmux @@ -133,14 +133,14 @@ main() { # pressing `prefix + prefix` sends to the shell if key_binding_not_set "$prefix"; then - tmux bind-key "$prefix" send-prefix + tmux bind-key "$prefix" last-window fi fi # If Ctrl-a is prefix then `Ctrl-a + a` switches between alternate windows. # Works for any prefix character. if key_binding_not_set "$prefix_without_ctrl"; then - tmux bind-key "$prefix_without_ctrl" last-window + tmux bind-key "$prefix_without_ctrl" send-prefix fi # easier switching between next/prev window