swap between last space in tmux and this one

This commit is contained in:
Ivar Fatland
2026-03-02 09:06:48 +01:00
parent b5dc2c98c7
commit 7d62352353
+2
View File
@@ -18,6 +18,8 @@ bind c-j select-pane -D
bind c-k select-pane -U bind c-k select-pane -U
bind c-l select-pane -R bind c-l select-pane -R
bind-key c-p switch-client -l
bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit bind c-g popup -E -w 100% -h 100% -d "#{pane_current_path}" -b rounded lazygit
bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}" bind c-t popup -E -w 100% -h 100% -b rounded -d "#{pane_current_path}"
bind c-s popup -E -w 100% -h 100% -b rounded "sesh" bind c-s popup -E -w 100% -h 100% -b rounded "sesh"