Skip to content

Instantly share code, notes, and snippets.

@ti0ma
Last active August 29, 2015 14:23
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 ti0ma/729edbccf8658ae317ea to your computer and use it in GitHub Desktop.
Save ti0ma/729edbccf8658ae317ea to your computer and use it in GitHub Desktop.
Sublime plugins
[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } },
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser", "parser":"markdown"} },
{ "keys": ["alt+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
]
{
"in_process_packages":
[
],
"installed_packages":
[
"1337 Color Scheme",
"3024 Color Scheme",
"DocBlockr",
"Dockerfile Syntax Highlighting",
"EditorConfig",
"Emmet",
"Frontend Light Color Scheme",
"Git",
"GitGutter",
"greybeard theme",
"HTMLBeautify",
"JS Snippets",
"JsFormat",
"JSHint",
"JSHint Gutter",
"LiveReload",
"Markdown Preview",
"Markmon real-time markdown preview",
"Mocha Snippets",
"MultiEditUtils",
"nginx",
"Numix Theme",
"Package Control",
"Random Everything",
"Sass",
"SassBeautify",
"SideBarEnhancements",
"sublimelint",
"SublimeLinter",
"SublimeLinter-contrib-scss-lint",
"SublimeLinter-csslint",
"SublimeLinter-jshint",
"Theme - Flatgrammer",
"Theme - Numix Light",
"Theme - Phoenix",
"Theme - Piatto",
"Theme - Soda",
"Theme - Spacegray",
"Whitespace"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment