From 7d623523538beffabc72e7f57367d48bbc51e3a2 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Mon, 2 Mar 2026 09:06:48 +0100 Subject: [PATCH] swap between last space in tmux and this one --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 7ad5832..dc519c0 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -18,6 +18,8 @@ bind c-j select-pane -D bind c-k select-pane -U 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-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"