Files
dotfiles/dotfiles/tmux.conf

4 lines
238 B
Plaintext
Raw Normal View History

2026-02-04 00:28:40 -08:00
# 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'