-
Notifications
You must be signed in to change notification settings - Fork 1
Sublime
sinsunsan edited this page Oct 27, 2014
·
12 revisions
- New features voted by the community
http://sublimetext.userecho.com/
- When selecting a word, if the word is present elsewhere in the file, it's visually identified by a border. Useful when you want to quickly identify where a variable or a function is being used.
Cmd + P allow to search a file or go to a line number
To switch between 2 modes, type :873 to go to line 873
Else start typing and the search will display files names that match
To exclude cache and log from a symphony environnement
,-/Users/sebastien/sshfs/sf/dev/myproject/app/cache*, -/Users/sebastien/sshfs/sf/dev/myproject/app/logs/dev.log
Don't forget the , at the beginning
Cmd + Shift + P
Cmd + R
- Make sure the file is not modified
- Select the file name on the left panel
- Go to File > "New view into file"
- move the new file instance where you want
Ctrl + Command + keyboard arrow
- Select a text
- CMD + D each similar text we want to add
- Make modifications that will be made for all textx at the same time.