Hacker News new | ask | show | jobs
by cloudking 262 days ago
Nothing fancy, I use Ghostty and split view. You can split one window into as many panes as you like.
1 comments

Do you use git worktrees?
I've tried them for some more complex projects, but I've found as long as I am working on isolated features/bugs, with good component breakdowns the agents won't cross paths. Planning mode also helps because you know exactly which files will be modified before going into execution mode.

If you want to keep features in separate Git worktrees, https://conductor.build/ is pretty nice.