A fine grained find+replace/modify :)
Some things beginners might not know about Sublime Text
11–20 of 116 posts
Re: Some things beginners might not know about Sublime Text
#12Re: Some things beginners might not know about Sublime Text
#13Further to point F: if you hold down control, you move by word segment - this is camel-case (and underscore) aware. So, if I am at the front of the word "cakeParty", I can move to between 'e' and 'P' by holding control and pressing the right arrow key. (This is in ST2 for Mac OS X - I'm sure there's an equivalent feature in ST2 for other systems.)
I added your tip to the list, thanks!
Re: Some things beginners might not know about Sublime Text
#14Re: Some things beginners might not know about Sublime Text
#15Subsequent Cmd + d presses will select the following instance of the word for editing. Makes it easy to do things such as renaming a local variable or changing both the opening and closing element of a HTML tag.
Re: Some things beginners might not know about Sublime Text
#16Re: Some things beginners might not know about Sublime Text
#17You can also move the curent line up and down the page using Ctrl + Cmd + Up/Down
Re: Some things beginners might not know about Sublime Text
#18I am pretty sure that "Quick file opening" is CTRL+P on Windows. Since CTRL+T opens a new tab for me..
Re: Some things beginners might not know about Sublime Text
#19Further to point F: if you hold down control, you move by word segment - this is camel-case (and underscore) aware. So, if I am at the front of the word "cakeParty", I can move to between 'e' and 'P' by holding control and pressing the right arrow key. (This is in ST2 for Mac OS X - I'm sure there's an equivalent feature in ST2 for other systems.)