Skip to content

Instantly share code, notes, and snippets.

@mikeparisstuff
Last active April 17, 2020 17:36
Show Gist options
  • Save mikeparisstuff/74ef48d7ce933a5ee0d9b2b06d548893 to your computer and use it in GitHub Desktop.
Save mikeparisstuff/74ef48d7ce933a5ee0d9b2b06d548893 to your computer and use it in GitHub Desktop.
[.leptonrc] #config
{
"theme": "dark",
"snippet": {
"expanded": true,
"newSnippetPrivate": true,
"sorting": "updated_at",
"sortingReverse": true
},
"editor" : {
"tabSize": 4
},
"userPanel": {
"hideProfilePhoto": 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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment