Make C-t t swap to last pane.

This commit is contained in:
2024-09-15 19:09:37 +01:00
parent a81110c500
commit f898bd202f

View File

@@ -53,6 +53,8 @@
historyLimit = 20000;
keyMode = "vi";
extraConfig = ''
bind-key t send-prefix
bind-key C-t last-window
set -g status-left ""
set -g status-right ""
'';