herdr is a terminal workspace manager for AI coding agents (0.8.0 at time of writing). It has spaces, tabs, and panes, but no session-per-project layer the way tmux does, so "switch to project X" isn't a built-in. This is that binding.
Hit ctrl+a f, get an fzf popup listing every directory under ~/work/src and
~/projects, pick one, and land in a herdr space labelled with the project's
basename whose first tab starts in that directory. If a space with that label is
already open, it focuses that one instead of creating a second.