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

Rectangle region #7

Open
holocronweaver opened this issue Jan 23, 2015 · 3 comments
Open

Rectangle region #7

holocronweaver opened this issue Jan 23, 2015 · 3 comments

Comments

@holocronweaver
Copy link

A quick glance at the code indicates evil-numbers does not yet support rectangle regions. Adding this would make the library FAR more handy for data manipulation since it could be applied to columns of data tables. Is this in the works, or can anyone take a stab at adding this feature?

@ideasman42
Copy link

Ran into this, incase its not clear

Take 2 lines:

1 1
2 2

With evil mode enabled and the normal mode cursor over 1. Press Ctrl-v, j, so the cursor is over the 2 Ctrl-a

The result is:

1 1
3 2

It should be:

2 1
3 2

@juliapath
Copy link

I implemented it in my fork

@dieggsy
Copy link

dieggsy commented Nov 12, 2018

@janpath mine does this too: dieggsy@dc21864

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

4 participants