From 54200aef4ab21a2b9732099e2d5940e6284c821d Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 17 Jun 2026 11:56:10 +0200 Subject: misc(tmux): update session navigation config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Opening foot starts `tmux` in a `dev` session if it doesn't exists. It avoids leaving an intermediate stale session open when I need to open a new one. Alt+Shift+M has been rebound `choose-tree` → `choose-session` because it's more readable. --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5fa6a6c..3585551 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -27,7 +27,7 @@ set-option -g prefix C-Space bind-key C-space send-prefix bind-key -T root M-: command-prompt -bind-key -T root M-M choose-tree +bind-key -T root M-M choose-session bind-key -T root M-{ copy-mode bind-key -T root M-Q kill-session -- cgit v1.3.1