kolinkrewinkel / Multiplex

Simultaneous editing for Xcode, inspired by Sublime Text.
MIT License
283 stars 10 forks source link

←/→ should set selection range length to 0 (not move) if it has a length > 0 already #18

Closed kolinkrewinkel closed 9 years ago

kolinkrewinkel commented 9 years ago

When a range of text is selected already and it has a length > 0, using the left and right arrow keys should not move it.

Rather, it should set the length to 0 and have a location at the end of the selection in which the arrow is pointing.