Hi! I’d like to have this partial behavior of Atomic Ranges; I want the caret to skip over everything when moving over, but I want deletions to be of individual characters of the range.
Thank you
Hi! I’d like to have this partial behavior of Atomic Ranges; I want the caret to skip over everything when moving over, but I want deletions to be of individual characters of the range.
Thank you
This is outside of what atomicRanges provides, but you could create a transaction filter instead that moves the selection out of your ranges (taking some care to not move it back in the direction it came from).