Skip to content

Instantly share code, notes, and snippets.

@kylejohnston
Last active November 19, 2016 17:09
Show Gist options
  • Select an option

  • Save kylejohnston/16eb9fa7c80423e89a5be1a1028028d5 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnston/16eb9fa7c80423e89a5be1a1028028d5 to your computer and use it in GitHub Desktop.

Goto

Shortcut Action
Command-P Goto Anything - Type part of a file name to open it. Type @ to jump to symbols, # to search within the file, and : to go to a line number.
Command-Shift-P The Command Palette holds infrequently used functionality, like sorting, changing the syntax and changing the indentation settings.
Control-G Goto line

Select Commands

Shortcut Action
Option-click Place caret / multi-line edit
Command-Shift-Space Select scope (block/paragraph)
Command-Shift-A Select tag contents
Command-D Select next occurance of the same word
Control-Command-G Select all matching words

Other

Shortcut Action
Command-Option-/ Add comment
Command-Option-. Close tag
Command-Shift-D Duplicate selection
Command-Control-↑ or ↓ Move a line up or down

Packages

  • Package Control
  • Processing
  • MarkdownEditing
  • SublimeLinter
  • Color scheme: Predawn
  • Gist

Location
~/Library/Application Support/Sublime Text 3/

User Preferences

{
"font_size": 17.0,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"open_files_in_new_window": false,
"predawn_tabs_active_underline": true,
"predawn_tabs_medium": true,
"theme": "predawn.sublime-theme",
"caret_style": "phase",
"highlight_line": true,
"line_padding_bottom": 1,
"line_padding_top": 1
}

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