You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing g- does this for some reason, I can't figure out what it's really doing. And, you can't cycle back, then forwards, then back again. Once you hit g- (can use multiple times) you can't cycle back again.
It is somewhat a hack, it uses time addressed undo history. Ideally nvim-miniyank shouldn't clutter undo history at all. This functionally exists internally in nvim, u_undo_and_forget, but it is not exposed to plugins yet as more validation is needed (it should only be allowed in the recentmost linear branch).
Right now I can only cycle the history backwards, is there a way I could move forward from the current yank?. YankRing has this feature.
The text was updated successfully, but these errors were encountered: