Skip to content

Instantly share code, notes, and snippets.

@jakejscott
Last active January 28, 2017 18:14
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jakejscott/9185b516892e27a733f5 to your computer and use it in GitHub Desktop.
Save jakejscott/9185b516892e27a733f5 to your computer and use it in GitHub Desktop.
Handmade hero Sublime Text 3 settings
[
{ "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} }
]
@echo off
start /d "C:\Program Files\Sublime Text 3" sublime_text.exe
{
"shell_cmd": "build",
"file_regex": "^ *([A-z]:.*)[(]([0-9]+)[)]"
}
{
"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
}
@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