How can I set something like nowrite for a prompt buffer?
#18911
Replies: 0 comments
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 think the prompt buffer is a nice feature to implement a REPL, chat UI, etc. In most of these cases, I don't think people want to save the buffer to a file at all. But Vim still prompts users to to save to a file when they run
:q, which is annoying for me. Is there a way I can disable that behavior?Beta Was this translation helpful? Give feedback.
All reactions