Skip to content

Instantly share code, notes, and snippets.

@yusiwen
Last active March 31, 2020 16:37
Show Gist options
  • Save yusiwen/4fd69cecafe38eef94b633d2dee8c3a5 to your computer and use it in GitHub Desktop.
Save yusiwen/4fd69cecafe38eef94b633d2dee8c3a5 to your computer and use it in GitHub Desktop.
{
"theme": "light",
"snippet": {
"expanded": true,
"newSnippetPrivate": false,
"sorting": "updated_at",
"sortingReverse": true
},
"editor" : {
"tabSize": 4
},
"userPanel": {
"hideProfilePhoto": false
},
"logger": {
"level": "debug"
},
"proxy": {
"enable": false,
"address": "socks://localhost:1080"
},
"shortcuts": {
"keyShortcutForSearch": "CMD+F",
"keyNewGist": "CommandOrControl+N",
"keyEditGist": "CommandOrControl+E",
"keySubmitGist": "CommandOrControl+S",
"keyImmersiveMode": "CommandOrControl+I",
"keyAboutPage": "CommandOrControl+,",
"keyDashboard": "CommandOrControl+D",
"keyEditorExit": "CommandOrControl+Escape",
"keySyncGists": "CommandOrControl+R"
},
"enterprise": {
"enable": false,
"host": "github_enterprise_host",
"token": "token_with_gist_enabled",
"avatarUrl": "optional_avatar_url"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment