From 371b645ef5eab51a6d10f3b94048f36903f65ef6 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 10 May 2022 18:10:59 +0800 Subject: [PATCH] "Last window" behaviour now works with the default prefix. --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 977faa1..654cc4f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -18,4 +18,5 @@ bind-key k select-pane -U bind-key l select-pane -R # last window similar to screen -bind-key C-a last-window +bind-key b send-prefix +bind-key C-b last-window