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/foot/foot.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/foot/foot.ini') diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index b267b6c..1af1160 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -4,7 +4,7 @@ # Use `foot --check-config` to verify the configuration [main] -shell=/usr/bin/tmux +shell=/usr/bin/tmux new-session -A -s dev term=foot login-shell=no app-id=foot -- cgit v1.3.1