ice9js / ace-jump-sublime

Jump between characters in Sublime Text 3 without using a mouse at ease
MIT License
202 stars 31 forks source link

Within line mode #54

Closed bismarck2100 closed 8 years ago

bismarck2100 commented 8 years ago

As issue #43 , I added within line mode. And I temporarily bind [ctrl+shift+,] as the within line mode hot key.

When adding the function I found the boundary of AddAceJumpLabelsCommand.find will cause one more label added below the target region.

Thanks.

ice9js commented 8 years ago

Awesome job! Thanks a lot!