Skip to content

Commit

Permalink
Enabled shell integration, but disabled configurable features
Browse files Browse the repository at this point in the history
I don't want shell integration. I like the shell and the terminal to remain separate entities, so I configure the shell I use to behave the way I like. However, Ghostty 1.0.0-dev+0000000 requires shell integration to open a new tab in the same directory as the previously-focused tab. Hence, I am forced to enable it. Fortunately, it allows to disable all shell integration features (where 'all' excludes the feature to open a new tab in the same directory), so I did just that.
  • Loading branch information
tfpf committed Dec 27, 2024
1 parent 0f9c429 commit 132800f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .config/ghostty/config
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ palette = 15=#eeeeec
quit-after-last-window-closed = true

selection-invert-fg-bg = true
shell-integration = "none"
shell-integration = "detect"
shell-integration-features = "false"

window-decoration = true

0 comments on commit 132800f

Please sign in to comment.