Skip to content

Instantly share code, notes, and snippets.

@shuax
Created March 17, 2020 14:14
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 shuax/c3942c84b50877bfc0f0f4d1daef09a1 to your computer and use it in GitHub Desktop.
Save shuax/c3942c84b50877bfc0f0f4d1daef09a1 to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/ayu/ayu-mirage.sublime-color-scheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_face": "YaHei Consolas Hybrid",
"font_options":
[
"gdi"
],
"font_size": 10.2,
"ignored_packages":
[
"Vintage"
],
"theme": "ayu-mirage.sublime-theme",
"theme_font_options":
[
"gdi"
],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
@shuax
Copy link
Author

shuax commented Mar 17, 2020

[{
    "keys": ["f8"],
    "command": "chain",
    "args": {
        "commands": [
            ["clone_file"],
            ["move_to_neighboring_group"]
        ]
    }
}]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment