How can I make undo-tree to get the diff rather that modifying the whole buffer #2595
Unanswered
ABDsheikho
asked this question in
Q&A
Replies: 1 comment
-
Anything is possible
Stat with this file, everything is there related to undo:
If the workflow is seamless and not intrusive, that would depend how you’ll implement it |
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.
-
Since I started migrating from
telescopetofzf-lua, I've been very pleasedthat
fzf-luaprovides the Undo-Tree feature without requiring any extensions,as I relied heavily on it.
With
telescopeI was using telescope-undo which provided the ability to restore the whole buffer, and yank the diff (added/removed). And I believe that this is a killer feature.Until now I'm still using
telescope-undo, and when I usefzf-lua's undo-treeI just move the cursor to the preview window and select what I want to yank.
However, I plan to remove
telescope-undoand implement this feature infzf-lua.fzf-lua?Beta Was this translation helpful? Give feedback.
All reactions