A Day In The Life
This page is for people coming from a traditional IDE workflow who want to see what "terminal-driven" can look like. The whole day happens inside tmux, and two fzf popups do most of the driving:
- the session picker (
prefix+T) for navigating, creating, switching, and killing sessions - the GitHub picker (
prefix+G) for issues and PRs
Both wrap the lower-level comma commands (,w, ,gh-worktree) so you rarely type them by hand — the pickers handle worktree creation, session naming, and linking for you. prefix is Ctrl-Space; tmux config is home/dot_config/exact_tmux/readonly_tmux.conf.
Morning: Restore Context
Open the session picker (prefix + T). It lists your tmux sessions, git worktrees, and recent directories in one place, with inline badges for dirty state, linked PRs/issues, and CI status. The preview pane shows the last screen of each session, so you can see where you left off and jump straight back in with enter.