Skip to content

Instantly share code, notes, and snippets.

@urouro-net
Last active August 30, 2016 14:55
Show Gist options
  • Save urouro-net/b73bc57f0c170cedd46764c3d2cc275c to your computer and use it in GitHub Desktop.
Save urouro-net/b73bc57f0c170cedd46764c3d2cc275c to your computer and use it in GitHub Desktop.
Sublime Text 3
[
{
"keys": ["ctrl+i"],
"command": "reindent",
"args": {
"single_line": true
}
},
{
"keys": ["super+p"],
"command": ""
},
{
"keys": ["super+shift+o"],
"command": "show_overlay",
"args": {
"overlay": "goto",
"show_files": true
}
},
{
"keys": ["super+1"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1]]
}
},
{
"keys": ["super+2"],
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
}
]
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"theme": "Material-Theme.sublime-theme",
"draw_white_space": "all",
"el_capitan_font_default": false,
"el_capitan_font_helvetica": false,
"el_capitan_font_helvetica_neue": false,
"el_capitan_font_san_francisco": false,
"el_capitan_sidebar_blue_folders": false,
"ignored_packages":
[
"Vintage"
],
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment