Created
April 19, 2021 14:23
-
-
Save emjayoh/7414f23a50799f17a789c1cab90259c7 to your computer and use it in GitHub Desktop.
[.leptonrc] Lepton configuration #darkmode #lepton #snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "theme": "dark", | |
| "autoUpdate": false, | |
| "snippet": { | |
| "expanded": true, | |
| "newSnippetPrivate": false, | |
| "sorting": "updated_at", | |
| "sortingReverse": true | |
| }, | |
| "editor" : { | |
| "tabSize": 2, | |
| "validateFilename": true | |
| }, | |
| "userPanel": { | |
| "hideProfilePhoto": false | |
| }, | |
| "logger": { | |
| "level": "debug" | |
| }, | |
| "proxy": { | |
| "enable": false, | |
| "address": "socks://localhost:1080" | |
| }, | |
| "notifications": { | |
| "success": true, | |
| "failure": true | |
| }, | |
| "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