TIL: /btw VS --fork-session
We just added /btw to Claude Code!
Use it to have side chain conversations while Claude is working. https://t.co/hjO3YqvrPr
I tried out the new /btw.
It was nice to fire off a follow up question while Claude was working away
But if you want to to ask a another follow-up question, you are out of luck.
I'll go back to my keybinding in tmux that allows me to branch at anytime into a new pane, --fork-session is doing all the work:
# .tmux.conf
bind | split-window -h -c "#{pane_current_path}" "claude --dangerously-skip-permissions --continue --fork-session"