Andreas Arvidsson

Results 109 comments of Andreas Arvidsson

But if you had moved a single line you probably want this behavior. Maybe we have to do different behavior per scope type? Or maybe treat multiple line targets differently?

Exactly. Maybe if the insertion delimiter is multiple lines we take the minimum indentation but if it's a single line we take the previous line?

That previous line in relation to the new insertion. ie the last line of the destination target. No I mean the insertion delimiter. `\n` vs `\n\n` Maybe taking the minimum...

I would really like the down 3 aproach as well. Then we could do stuff like: take up 5 chuck down 5 take up 5 past down 2 take up...

@auscompgeek Had a really interesting idea `"take every third funk"`

One downside of the current format is that there is no way of knowing if this was a previous or a next command when using relative. The problem is that...

I wasn't clear. The problem is calculating the current relative index. If I already have multiple continuously selected which one is the next? I would argue that it is the...

`[1, |2, 3|, 4]` `"take next item"` should of course select `4` but for that to work we must first know that we should use `3` as reference and not...

The problem is that the api is not clear about this. I guess I can calculate it thou

I think I have most inference regarding isRelative down but there is still some ambiguity regarding relative index 0. `[1, |2, 3|, 4]` ``` isRelative : true, anchor: 0, active:...