Hacker News new | ask | show | jobs
by robgough 21 days ago
Quickly switching between multiple sessions, and seeing which sessions are waiting for input.

I generally run a session per project. Then within each session, a window for Claude, a window for running whatever dev server/logs, a window for neovim, and finally a plain terminal window for things like kicking off deploys etc.

1 comments

C-b + s or C-b + w for switching sessions is most convenient for me, but if I am running multiple sessions I would usually just open a new tab in my emulator (iTerm2) which can be clicked or hotkeyed between.

Anyway, I think multi-session management is a reasonable thing that this thing might improve over tmux, so fair enough.