Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naikrovek/846ba0c07e9d7b8757b9 to your computer and use it in GitHub Desktop.
Save naikrovek/846ba0c07e9d7b8757b9 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