Skip to content

Instantly share code, notes, and snippets.

@DevGW
Last active February 11, 2023 14:33
Show Gist options
  • Save DevGW/e901f372f63089ec3c3ffeb4bc6ff812 to your computer and use it in GitHub Desktop.
Save DevGW/e901f372f63089ec3c3ffeb4bc6ff812 to your computer and use it in GitHub Desktop.
.leptonrc #lepton #configs
{
"theme": "dark",
"autoUpdate": true,
"snippet": {
"expanded": true,
"newSnippetPrivate": false,
"sorting": "updated_at",
"sortingReverse": true
},
"editor" : {
"tabSize": 4,
"validateFilename": false
},
"userPanel": {
"hideProfilePhoto": false
},
"logger": {
"level": "debug"
},
"proxy": {
"enable": false,
"address": "socks://localhost:1080"
},
"notifications": {
"success": true,
"failure": true
},
"shortcuts": {
"keyShortcutForSearch": "CommandOrControl+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