4 lines
238 B
Bash
4 lines
238 B
Bash
# Create a new Codex session from the current pane path and switch to it.
|
|
# Prefix + C starts a new session without prompting for a name.
|
|
bind-key C new-session -c '#{pane_current_path}' 'codex --dangerously-bypass-approvals-and-sandbox'
|