Skip to content

Instantly share code, notes, and snippets.

@hygull
hygull / Sublime Text 3 - Serial key for build 3176.md
Last active August 24, 2018 11:19
Sublime Text 3 - Serial key for build 3176

Sublime Text 3 - Serial key for build 3176

Steps »

  1. Copy the below key.
----- BEGIN LICENSE -----
sgbteam
Single User License
key binding
[
{ "keys": ["alt+r"], "command": "reindent", "args": {"single_line": false}},
{ "keys": ["alt+z"], "command": "duplicate_line" },
{ "keys": ["alt+q"], "command": "run_macro_file", "args": {"file": "Packages/Default/Add Line.sublime-macro"} },
{ "keys": ["alt+e"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["alt+w"], "command": "scroll_lines", "args": {"amount": 5.0 } },
{ "keys": ["alt+s"], "command": "scroll_lines", "args": {"amount": -5.0 } },
{ "keys": ["alt+`"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
{ "keys": ["alt+a"], "command": "move_to", "args": {"to": "bol", "extend": false} },