Last active
January 28, 2017 18:14
-
-
Save jakejscott/9185b516892e27a733f5 to your computer and use it in GitHub Desktop.
Handmade hero Sublime Text 3 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+up"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false} }, | |
{ "keys": ["ctrl+down"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true} } | |
] |
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
@echo off | |
start /d "C:\Program Files\Sublime Text 3" sublime_text.exe |
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
{ | |
"shell_cmd": "build", | |
"file_regex": "^ *([A-z]:.*)[(]([0-9]+)[)]" | |
} |
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
{ | |
"theme": "Brogrammer.sublime-theme", | |
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme", | |
"font_size": 12, | |
"gutter" : false, | |
"ignored_packages": [ "Vintage" ], | |
"line_numbers": false, | |
"spell_check": false | |
} |
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
@echo off | |
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64 | |
set path=w:\handmade\misc;%path% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment