Skip to content

Instantly share code, notes, and snippets.

@Decicus
Created May 5, 2017 13:21
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 Decicus/a08750c8b901fe411b00c09e0c924810 to your computer and use it in GitHub Desktop.
Save Decicus/a08750c8b901fe411b00c09e0c924810 to your computer and use it in GitHub Desktop.
[
{
"keys": ["ctrl+q"],
"command": "toggle_comment",
"args": {
"block": "false"
}
},
{
"keys": ["alt+1"],
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1]]
}
},
{
"keys": ["alt+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]]
}
},
{
"keys": ["ctrl+up"],
"command": "swap_line_up"
},
{
"keys": ["ctrl+down"],
"command": "swap_line_down"
}
]
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "lf",
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "Ubuntu Mono",
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"material_theme_accent_cyan": true,
"material_theme_accent_scrollbars": true,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment