Last active
November 15, 2017 02:12
-
-
Save gimntut/1c3b0544ed0aa593ffeb to your computer and use it in GitHub Desktop.
Sublime settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "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" } | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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