Replies: 1 comment 4 replies
-
|
Interesting. Just to understand the feature, what's your use case with this? Generally just having a shortcut getting to the project in editor when using Crush as the central point for working on a project? |
Beta Was this translation helpful? Give feedback.
4 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 often like to hop in and make changes here and there around what Crush is doing. Opening Crush in my editor's terminal doesn't work well because
ctrl+pand some other shortcuts are intercepted and handled by the editor before they get to Crush. The other option is opening a new something (editor window, terminal tab/window/split), then opening the project in the something. I'd like to cut out opening the new something by using a shortcut to open the project in the editor the same wayctrl+ocurrently opens the prompt in the editor.I've got a commit based on #1481 that adds
ctrl+.underctrl+oto effectively run$EDITOR .instead of$EDITOR temp_prompt_file.md:Screencast.From.2025-11-19.14-57-30.mp4
Would this, or some variation of it, be wanted in upstream Crush?
Beta Was this translation helpful? Give feedback.
All reactions