-
Having set my editor with |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
It'd be great to have this feature, if it doesn't already exist. |
Beta Was this translation helpful? Give feedback.
-
? Gemini CLI has most of that right now, I do not understand the problem, see the Readme with the keyboard shortcuts. |
Beta Was this translation helpful? Give feedback.
-
Currently, there is no command to open the current, in-progress prompt in your external editor. The /editor command is used to configure which editor gemini-cli will use for other tasks, such as when a tool needs to open a file for you to view or edit. It sets the editor, but it doesn't provide a mechanism to launch it for editing the prompt buffer itself. For writing multi-line prompts or pasting large blocks of text, the intended workflow is to do one of the following:
So, the recommended approach for complex input is to compose it in your preferred text editor, then copy and paste it into the CLI. |
Beta Was this translation helpful? Give feedback.
Currently, there is no command to open the current, in-progress prompt in your external editor.
The /editor command is used to configure which editor gemini-cli will use for other tasks, such as when a tool needs to open a file for you to view or edit. It sets the editor, but it doesn't provide a mechanism to launch it for editing the prompt buffer itself.
For writing multi-line prompts or pasting large blocks of text, the intended workflow is to do one of the following: