ranges icon indicating copy to clipboard operation
ranges copied to clipboard

`chunk_by_key_view` should support input ranges

Open TartanLlama opened this issue 4 years ago • 0 comments

chunk_by_key_view currently supports forward ranges, because it's much easier. It can be made to support input ranges by having inner and outer cursors which communicate.

TartanLlama avatar May 21 '21 11:05 TartanLlama