Quick Terminal Pin Feature #9956
Unanswered
kwop
asked this question in
Feature Requests, Ideas
Replies: 1 comment
-
|
I have a working implementation available on my branch: https://github.com/kwop/ghostty/tree/feature/quick-terminal-pin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
When using the quick terminal, it automatically hides when it loses focus. This is generally the desired behavior, but sometimes you need to interact with another window while keeping the quick terminal visible - for example, to copy text from a browser or reference documentation.
Currently, the only way to prevent auto-hide is to change the
quick-terminal-auto-hideconfiguration option, which requires a config reload and affects all future sessions.Proposed Solution
Add a temporary pin feature for the quick terminal that:
Suggested Implementation
toggle_quick_terminal_pinUse Cases
This would provide a lightweight, temporary solution without requiring permanent configuration changes.
Beta Was this translation helpful? Give feedback.
All reactions