When Repl is deprecated, how to insert prompt without always typing : #2622
Answered
by
tusharmath
suse-coder
asked this question in
Q&A
-
|
With zsh when I do a prompt I do : . But for the next prompt I need to type that again in. Is there a : command that it will be repl like, where I can just type in a new prompt and steer the llm with that (queued prompts)? |
Beta Was this translation helpful? Give feedback.
Answered by
tusharmath
Mar 22, 2026
Replies: 1 comment
-
|
If you don't wish to type |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
suse-coder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't wish to type
:everytime, we could do one thing - After ForgeCode completes its task it can auto insert:+SPACEinto the buffer. This could be a setting to turn on-off too.