Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Warning : this is hacky!
I have in my vim https://github.com/eyalk11/.vim/blob/win/inserts.vim which allows to recall typed things from buffers.
Please read :
https://www.reddit.com/r/neovim/comments/13ccbwz/never_lose_what_you_wrote_track_typed_things_in/
on how to use it.
I have added the following configuration
So I abuse cinkeys(buffer local) to identify chatgpt windows , this way I can keep track of chatgpt changes.
I can recall and fuzzy search them using insert.nvim buffer local option.
Beta Was this translation helpful? Give feedback.
All reactions