ice9js / ace-jump-sublime

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

Substitute tabs with spaces #80

Open ice9js opened 5 years ago

ice9js commented 5 years ago

Replacing a tab character (for example when in line mode) causes the text to jump.
We should be checking for the tab character in the substitution function and append an appropriate amount of spaces to the label if necessary to prevent this behavior.