evil-numbers icon indicating copy to clipboard operation
evil-numbers copied to clipboard

Rectangle region

Open holocronweaver opened this issue 11 years ago • 3 comments

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?

holocronweaver avatar Jan 23 '15 19:01 holocronweaver

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

ideasman42 avatar Dec 31 '16 10:12 ideasman42

I implemented it in my fork

juliapath avatar Nov 12 '18 15:11 juliapath

@janpath mine does this too: https://github.com/dieggsy/evil-numbers/commit/dc218645c6630a060f749879ffa47d61dbf99a15

dieggsy avatar Nov 12 '18 23:11 dieggsy