Skip to content

Instantly share code, notes, and snippets.

@gimntut
Last active November 15, 2017 02:12
Show Gist options
  • Save gimntut/1c3b0544ed0aa593ffeb to your computer and use it in GitHub Desktop.
Save gimntut/1c3b0544ed0aa593ffeb to your computer and use it in GitHub Desktop.
Sublime settings
[
{ "keys": ["ctrl+shift+r"], "command": "revert" },
{ "keys": ["alt+shift+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["alt+shift+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+shift+keypad_minus"], "command": "permute_lines", "args": {"operation": "unique"} },
{ "keys": ["shift+f12"], "command": "jump_back" }
]
{
"in_process_packages":
[
],
"installed_packages":
[
"CSS Less(ish)",
"CSSLint",
"Emmet",
"Filter Lines",
"Google Spell Check",
"HTML Mustache",
"HTML-CSS-JS Prettify",
"Indent XML",
"jsfmt",
"JsFormat",
"LESS",
"LESS-build",
"List LESS Variables",
"LiveStyle",
"Local History",
"Markdown Todo",
"Open-Include",
"Package Control",
"Pascal",
"PlainTasks",
"Python PEP8 Autoformat",
"Razor",
"SFTP",
"ShowEncoding",
"SqlBeautifier",
"SublimeAStyleFormatter",
"SublimeLinter"
]
}
{
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"fallback_encoding": "Cyrillic (Windows 1251)",
"ignored_packages":
[
"Vintage"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment