diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-17 11:56:10 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-17 11:56:10 +0200 |
| commit | 54200aef4ab21a2b9732099e2d5940e6284c821d (patch) | |
| tree | f7c3a6bc8c6ac582445030305682757f90ff608c /.config/foot | |
| parent | ac5cf485118f6e08a95a719fbd80c189e2c485cf (diff) | |
| download | dotfiles-54200aef4ab21a2b9732099e2d5940e6284c821d.tar.gz dotfiles-54200aef4ab21a2b9732099e2d5940e6284c821d.zip | |
misc(tmux): update session navigation config
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.
Diffstat (limited to '.config/foot')
| -rw-r--r-- | .config/foot/foot.ini | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
