Skip to content

Instantly share code, notes, and snippets.

@probablykasper
Last active August 10, 2020 15:54
Show Gist options
  • Save probablykasper/7ec2cc571a608c94b31b1ca14c1dc4a4 to your computer and use it in GitHub Desktop.
Save probablykasper/7ec2cc571a608c94b31b1ca14c1dc4a4 to your computer and use it in GitHub Desktop.
Atom settings (not sync-settings)
"*":
"advanced-open-file":
createDirectories: true
createFileInstantly: true
"atom-beautify":
general:
_analyticsUserId: "3691ee8b-e10b-4911-993f-41226bb7c8c9"
"atom-material-ui":
colors:
abaseColor: "#2196f3"
predefinedColor: "Blue"
tabs:
compactTabs: true
treeView:
compactList: true
ui:
panelContrast: true
"autoclose-html":
makeNeverCloseSelfClosing: false
"color-picker":
preferredFormat: "HEX"
uppercaseColorValues: true
core:
automaticallyUpdate: false
disabledPackages: [
"wrap-guide"
"platformio-ide-terminal"
]
packagesWithKeymapsDisabled: [
"tab-length"
"multiline-tab"
]
projectHome: "/Users/kh/Documents/Hub"
telemetryConsent: "limited"
themes: [
"atom-material-ui"
"chester-syntax"
]
editor:
scrollPastEnd: true
showIndentGuide: true
softWrap: true
softWrapHangingIndent: 2
tabLength: 4
tabType: "hard"
"exception-reporting":
userId: "3b9fd96a-9579-5ea2-03f8-d3fe94951539"
"file-icons": {}
"flex-tool-bar": {}
"one-dark-ui":
layoutMode: "Compact"
tabSizing: "Minimum"
"pinned-tabs": {}
"platformio-ide-terminal":
core: {}
customTexts: {}
"sass-autocompile":
compactFilenamePattern: "$1.css"
compileCompact: true
compileCompressed: false
notifications: "Notifications"
showAdditionalCompilationInfo: false
"status-bar": {}
tabs: {}
"tool-bar": {}
"tree-view": {}
"tree-view-search-bar": {}
welcome:
showOnStartup: false
'.platform-darwin atom-workspace':
'alt-cmd-c': 'color-picker:open'
'shift-cmd-?': 'platformio-ide-terminal:toggle'
'.platform-darwin atom-text-editor':
'alt-cmd-up': 'unset!'
'alt-cmd-down': 'unset!'
'atom-workspace atom-text-editor:not([mini])':
'alt-cmd-up': 'editor:move-line-up'
'alt-cmd-down': 'editor:move-line-down'
'alt-cmd-1': 'editor:fold-at-indent-level-1'
'alt-cmd-2': 'editor:fold-at-indent-level-2'
'alt-cmd-3': 'editor:fold-at-indent-level-3'
'alt-cmd-4': 'editor:fold-at-indent-level-4'
'alt-cmd-5': 'editor:fold-at-indent-level-5'
# 'alt-cmd-6': 'editor:fold-at-indent-level-6'
# 'alt-cmd-7': 'editor:fold-at-indent-level-7'
# 'alt-cmd-8': 'editor:fold-at-indent-level-8'
# 'alt-cmd-9': 'editor:fold-at-indent-level-9'
'alt-cmd-8': 'editor:fold-all'
'alt-cmd-9': 'editor:unfold-all'
'alt-cmd-)': 'editor:unfold-current-row'
'atom-text-editor':
'shift-cmd-2': 'tab-length:tab-length-2'
'shift-cmd-4': 'tab-length:tab-length-4'
'shift-cmd-0': 'tab-length:reset'
'cmd-enter': 'tree-view:rename'
'body':
'alt-cmd-o': 'application:add-project-folder'
'atom-workspace':
'alt-cmd-t': 'unset!'
'.platform-darwin':
'alt-cmd-t': 'tree-view:toggle'
'.platform-darwin .tree-view':
'enter': 'tree-view:rename'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment