Skip to content

Instantly share code, notes, and snippets.

@dogmatic69
Created November 10, 2015 10:55
Show Gist options
  • Select an option

  • Save dogmatic69/4ec32d56369cc9f078b4 to your computer and use it in GitHub Desktop.

Select an option

Save dogmatic69/4ec32d56369cc9f078b4 to your computer and use it in GitHub Desktop.
sublime3 settings
[
{ "keys": ["ctrl+shift+a"], "command": "select_all" },
{ "keys": ["ctrl+a"], "command": "expand_selection", "args": {"to": "scope"} },
{ "keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false} }
]
{
"installed_dependencies":
[
"0_package_control_loader",
"bz2"
],
"installed_packages":
[
"CakePHP (Native)",
"ChangeQuotes",
"Clickable URLs",
"CSS Snippets",
"DocBlockr",
"EditorConfig",
"FileDiffs",
"Function Name Display",
"Haxe",
"LESS",
"LineEndings",
"Modific",
"My Snippets",
"Package Control",
"PHPUnit Completions",
"PlainTasks",
"SideBarEnhancements",
"SublimeAlternate",
"SublimeCodeIntel",
"sublimelint",
"Sublimerge Pro",
"Terminal",
"ToggleQuotes",
"TortoiseSVN",
"Xdebug Client"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment