Comment on Some things beginners might not know about Sublime TextComments−madprops14yctrl + t swaps text, for example foo(bar) if you place the cursor before the parenthesis and press ctrl + t it will become bar(foo).ctrl + m when in a bracket sets the cursor to it's matching bracket.ctrl + up or ctrl + down scrolls the document up or down.ctrl + g goes to a line.
Comments
ctrl + t swaps text, for example foo(bar) if you place the cursor before the parenthesis and press ctrl + t it will become bar(foo).
ctrl + m when in a bracket sets the cursor to it's matching bracket.
ctrl + up or ctrl + down scrolls the document up or down.
ctrl + g goes to a line.