This repository was archived by the owner on Jun 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ if [ -z "$RUNNING_IN_VSCODE" ]; then
155155 # Indicators (computed async): u = unstaged, c = staged, N = untracked
156156 # e.g. [main], [mainuc], [mainucN], [main|rebase]
157157
158- PROMPT="\$_venv_indicator%{$(tput setaf 177)%}\$_git_info \$_worktree_indicator%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] )$ "
158+ PROMPT="\$_venv_indicator%{$(tput setaf 177)%}\$_git_info \$_worktree_indicator%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] )▸ "
159159else
160160 # Simple prompt for VS Code terminal
161- PROMPT="%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] )$ "
161+ PROMPT="%{$(tput setaf 105)%}%~%{$(tput sgr0)%} %(?..[%?] )▸ "
162162fi
Original file line number Diff line number Diff line change @@ -49,10 +49,11 @@ keybind = shift+enter=text:\x1b\r
4949# Edit ghostty config with $EDITOR
5050keybind = super+,=text:ghostty +edit-config\n
5151
52- # Word selection boundaries (double-click)
53- # Characters listed here act as word separators - selection stops at these
54- # Quoted to preserve space; \t = tab, \" = literal double-quote
55- selection-word-chars = " \t'\"│`|:;,()[]{}<>$"
52+ # Word selection boundaries - using compiled-in default
53+ # Ghostty's config parser can't include space, tab, or " in custom values
54+ # (space/tab are trimmed, " is treated as a string delimiter).
55+ # To add * as a boundary, this parser bug needs fixing upstream.
56+ # See: https://github.com/ghostty-org/ghostty/issues
5657
5758
5859# Example: require cmd+q twice to quit
You can’t perform that action at this time.
0 commit comments