Skip to content
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

Merge regions #242

Open
eyalk5 opened this issue Jun 21, 2023 · 1 comment
Open

Merge regions #242

eyalk5 opened this issue Jun 21, 2023 · 1 comment

Comments

@eyalk5
Copy link

eyalk5 commented Jun 21, 2023

Describe the issue:

Suppose I have a table where every cell is a VM region.
I now want to unite some adjacent regions. I couldn't find how to do it and \m didn't work.
One would expect that visual selection of a section that intersects two different regions, and pressing \\m would merge the two sections.

It is more of a feature request. Thanks. Btw, there could be other possibilities, maybe better, or I might have missed such option.

@mg979
Copy link
Owner

mg979 commented Jun 22, 2023

\\m (merge regions) works from normal mode, not from visual mode. It merges overlapping regions, not simply adjacent ones.

From visual mode you should use \\a (visual add) to merge the regions you want, it should merge the regions found below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants