Replies: 1 comment 5 replies
-
Have you looked into |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
Maybe I'm missing something 🤔
I'm trying to quickly test out things with the prompt and more often than not I don't like the way the model interpreted what I wanted to say and I want to stop it.
In this case (and others) I'd like to delete the last generation, edit my last prompt a bit and try again.
I've found
[[
to jump to last header, but it's only in normal mode (does not work in operator mode or visual mode).👉 Could you bind [[ / ]] in operator & visual mode so I can easily select / delete, e.g. with
d[[
Alternatively, a bit like in most llm web UIs, we can edit an old prompt and it'll discard the response it generated and replace it with a new one.
👉 Could we be able to easily jump between prompts (not headers), edit it and re-run the generation of this prompt (only using previous context, no new ones that are below it)
And if this is too specific (but this would be really cool for the general case as well!)..
👉 Could you expose (and especially document) various functions to get semantic sections of the chat buffer (with line number, roles), information about the current chat/adapter/.. All so we can define our own custom extmark UI or keybindings for example 🤔
(If you're not avoidant of this, I might open a separate issue for this)
Beta Was this translation helpful? Give feedback.
All reactions