Make C-t t swap to last pane.
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
historyLimit = 20000;
|
historyLimit = 20000;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
bind-key t send-prefix
|
||||||
|
bind-key C-t last-window
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right ""
|
set -g status-right ""
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user