Skip to content

Instantly share code, notes, and snippets.

@pconerly
Created September 17, 2014 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pconerly/07b1ebf6228fec01801d to your computer and use it in GitHub Desktop.
Save pconerly/07b1ebf6228fec01801d to your computer and use it in GitHub Desktop.
Sublime text power-users session

Sublime text:

Plugins:

GitGutter

Languages

Preferences:

Language preferences.

Tab/space conversions.

command-line access:

$ sublime ./

https://www.sublimetext.com/docs/3/osx_command_line.html

ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" ~/bin/sublime

Projects:

configuration. Ignore folders and stuff.

Cmd-P to search for file names.

Global search using Cmd-Shift-F

Cmd-D to find next occurances of highlighted words.

Multiple cursors and multi-paste!

Cmd-Ctrl-[up/down arrows) to move lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment