-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: Swapping text across different buffers #15
Comments
This would be a pretty easy change. I had chosen to use buffer-local exchanges, but I don't really remember the reasons. Looking at it now, I agree that it would be more useful to be able to set exchanges globally. I'll whip something up shortly. |
I remember the reasons now; not knowing where the buffer is. It could be hidden, or completely deleted. I'll have to think about this more before I implement anything. |
In case of a hidden or deleted buffer, it might just abort with an error - just like with overlapping text. |
That seems like a sensible thing to do. I'll try it out when I get some available time. |
A problem that comes to mind is the use of I hope it's deemed acceptable that only the active buffer will be reverted; to cite some default Vim behaviour, consider the disappointment that arises when |
Agreed. |
Right now, It appears as though the last area marked for swapping is local to the window, or possibly the buffer. Seems more useful to me to just have one global concept of swapping text.
The text was updated successfully, but these errors were encountered: