-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
I recommend removing (insert "Type response here...") #9
Comments
Thanks for the recommendation! The text is used to inform users that the new window is a "text box". I'm proposing these solutions:
LMKWYT? |
I'm also having issues in evil mode (doom emacs). The chatgpt window is read-only, but pressing enter doesn't do anything. I haven't quite figured out the pattern but it seems to be sensitive to whether I'm in insert mode or not. If I manually remove read-only, then go into insert mode and press enter, then I'm prompted for a "response". Setting the input method to minibuffer doesn't seem to address the problem. |
If you are using evil-mode, then you might need to invoke the command manually |
I would also request the removal. I'm not using evil, though, mine's a fairly basic config. It may be somewhat of a user error, because I see that you can actually hit I'd just drop the text entirely personally. |
Oh, I almost forgot another option. How about |
enabling (add-hook 'chatgpt-input-mode-hook #'delete-selection-mode) |
Ah, yes. I always have that on; I should probably mention it somewhere in the README. Thanks for bringing this up! :D |
I agree with @mindgitrwx, I think the current behavior makes the package much less accessible for the large group of users who use evil-mode. I also find that the input field is often too small. I need to enter golden-ratio mode in order to edit longer text. I would find behavior like the magit commit buffer much preferable which does not try to control too much how the buffer is displayed/used. One can still leave the prompt: "enter your text here" and later filter it out of the request. |
The package was designed with
The textbox grows on its own. LMKWYT? 🤔 |
I've made the text customizable, so you can simple set variable |
With evil mode, it's tedious to remove this all the time
The text was updated successfully, but these errors were encountered: