Sessions¶
| Key / Command | Action |
|---|---|
C-Space f |
sessionizer — fuzzy-pick a project dir, create/switch session |
C-Space s |
list & switch sessions (interactive tree) |
C-Space d |
detach (session keeps running in background) |
C-Space ( / ) |
previous / next session |
tmux new -s <name> |
create named session from shell |
tmux attach -t <name> |
attach to session by name |
tmux ls |
list sessions from shell |
Sessionizer (
C-Space f) searches~/Developerand/buildstore(depth 1) usingfzf. Requiresfzf(brew install fzf) and~/.local/bininPATH. Pass a path directly to skip the picker:tmux-sessionizer ~/Developer/myproject