Sublime tips

Sublime tips

Posted by Shi

Add subl command to $PATH

ln -s /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl /usr/local/bin/

Usage

subl /folder_name

subl file_name

Tips

Multiple cursors:

Method 1: Ctrl+Cmd+G

Method 2: Find the string (Ctrl+F), then click “Find all”(Alt+Enter)

Method 3: Ctrl+Click (press Esc to reset) to add a cursor to where you clicked.

Further reading:

Cheet sheet