asottile / babi

a text editor
MIT License
396 stars 46 forks source link

Change of behavour of Right command for 1 space at the start of line #242

Closed Marsma13 closed 2 years ago

Marsma13 commented 2 years ago

Target #237 The problem is for all spaces uses at the start of the line. PR target only those, and not changing behaviour of the rest. It should work for any characters recognized by the isspace method.

Marsma13 commented 2 years ago

Do not know what the exact requirements are for this functionality. I make it to work like in nano but it seems it in not good. Maybe will try it again in future if the description will be better.