Forked from jakejscott/Default (Windows).sublime-keymap
Last active
September 8, 2015 18:58
-
-
Save naikrovek/846ba0c07e9d7b8757b9 to your computer and use it in GitHub Desktop.
Handmade hero Sublime Text 3 settings
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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