-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt submit broken #179
Comments
I added option to submit by enter in normal mode, please try if it solves this issue for you |
That worked! Submit with |
hi @scottarthur see #170 |
Ah yeah, this is a dup of #170, closing. Thanks! |
Here's my nvim version:
I've got a stripped down init.lua:
Problem is this: Whenever I open any
:ChatGPT*
command, the default keybinding of<C-Enter>
does not submit the prompt, it instead creates a newline in the prompt field. When this happens, previous output is repeated in the response window. This happens both in INSERT or NORMAL mode. I've tried specifying other values for the submit keybinding insetup()
but nothing seems to work. All other command keybindings (new session, select session, delete session) work as intended. I've ruled out problems with my token/ChatGPT connection because opening up a:ChatGPTActAs
successfully queries the API and prints the response from the initial prompt.Thanks!
The text was updated successfully, but these errors were encountered: