-
Notifications
You must be signed in to change notification settings - Fork 268
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
wish list #300
Comments
|
|
Regarding 2. I want to avoid complex buffer/file management for now. At some point I would like to experiment with a proper client/server architecture, then this could be reconsidered. See also #130 for some related thoughts. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One thing I find myself doing quite a bit in Vim is to copy from an edit buffer and paste into the substitute command.
It seems that in Vis we currently cannot do that.
(It is possible to copy/paste within the command buffer internally though.)
I did find a closed issue in which you mentioned that registers are not mirrored, so I guess it's a known issue.
Still it would be great if it is possible somewhere down the line.
The other thing is I don't know if there is a way to view/traverse buffers currently.
That would be nice too, either Vim's way or something like :bb in Elvis.
The text was updated successfully, but these errors were encountered: