macOS: Why isn't toggle_quick_terminal in the command palette? #12130
Unanswered
davidsanchez222
asked this question in
Feature Requests, Ideas
Replies: 1 comment
-
|
You could contribute with this, and then you can execute any binding actions there. |
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.
-
I was making some edits to this PR: #11583
I had to to run
toggle_quick_terminalon my debug build to see if my changes were reflecting on the quick terminal. I tried to runtoggle_quick_terminalfrom the command palette on my debug build but I couldn't find it there. The reason I wanted to do this was to not use my global keybind because I didn't want to 2 different quick terminals to popup (one from normal ghostty and one from the debug build) Since I couldn't find it in the command palette. I had to use the global keybind and inevitably both popped up.2diffquickterm.mp4
I eventually was able to bypass this, but what would've been helpful is to have
toggle_quick_terminalin the command palette so I can run it just in my debug build and not in the normal version.Thoughts? I would be happy to make a PR to add this.
Beta Was this translation helpful? Give feedback.
All reactions