Sublime Forum

How to disable automatic "tab jumps"?

#1

I’m not sure how this is called but let’s say I have a function like this:

1.    function example() {
2.        
          ^
3.    }

Now if I press “tab” when I’m on line 2, the cursor is going to jump where the cursor ^ is, so in fact two tab characters are going to be inserted. However I’m already typing two tabs because I’m used to it from other editors (most don’t have this feature) and so I end up inserting three. How would I go about disabling this feature?

[size=70]And by the way, why does a cool, modern text editor like ST uses an outdated forum like phpBB and, oh god, BBCode? :stuck_out_tongue: [/size]

0 Likes