How can I go inside hunks of mini.diff? #2122
-
Contributing guidelines
Module(s)mini.diff QuestionHello! I use lazyvim with my config on top. Thank you!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Hi!
I am afraid, this is not possible and out of scope for 'mini.diff'. Its overlay text is implemented via virtual text which is not meant for "go inside of it".
That is partially possible via this mapping. "Partially" - because the whole reference text of the hunk will be yanked (copied). |
Beta Was this translation helpful? Give feedback.
-
|
Hello, thank you for your answer!! Added to my config. Is it possible to me create a temporary buffer with the current content including virtual lines and in that buffer? |
Beta Was this translation helpful? Give feedback.
Hi!
I am afraid, this is not possible and out of scope for 'mini.diff'. Its overlay text is implemented via virtual text which is not meant for "go inside of it".
That is partially possible via this mapping. "Partially" - because the whole reference text of the hunk will be yanked (copied).