Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions dotfile_templates/ghostty/config
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ scrollback-limit = 10485760
# -----------------------------------------------------------------------------
copy-on-select = clipboard

# Cmd+V paste: Ghostty's paste-protection prompt is suppressed inside Supacode,
# so pastes with newlines/control chars silently do nothing. Disable it so
# Cmd+V pastes directly (the super+v keybind is set in the Keybindings section).
clipboard-paste-protection = false

# -----------------------------------------------------------------------------
# URLs
# -----------------------------------------------------------------------------
Expand All @@ -85,6 +90,9 @@ quit-after-last-window-closed = true
# Cmd+N (new window), Cmd+1-9 (tab switching), Cmd+Enter (fullscreen)
# -----------------------------------------------------------------------------

# Paste (Cmd+V) — explicit so it works in Supacode's embedded Ghostty
keybind = super+v=paste_from_clipboard

# Split panes (Warp: Cmd+D → right, Cmd+Shift+D → down)
keybind = super+d=new_split:right
keybind = super+shift+d=new_split:down
Expand Down