Created
July 11, 2016 16:12
-
-
Save ericdill/3cce7be060ef4dff1e8e45f20e1a9f26 to your computer and use it in GitHub Desktop.
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
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
'atom-workspace atom-text-editor:not([mini])': | |
'ctrl-shift-enter': 'hydrogen:run' | |
'ctrl-shift-backspace': 'hydrogen:clear-results' | |
'body': | |
'alt-down': 'window:focus-pane-below' | |
'alt-up': 'window:focus-pane-above' | |
'alt-left': 'window:focus-pane-on-left' | |
'alt-right': 'window:focus-pane-on-right' | |
'.platform-linux atom-text-editor': | |
'ctrl-shift-down': 'atom-ctags:go-to-declaration' | |
'ctrl-shift-up': 'atom-ctags:return-from-declaration' | |
'ctrl-d': 'editor:delete-line' | |
'ctrl-backspace': 'editor:delete-to-previous-word-boundary' | |
'ctrl-delete': 'editor:delete-to-next-word-boundary' | |
'alt-left': 'window:focus-pane-on-left' | |
'alt-right': 'window:focus-pane-on-right' | |
'alt-down': 'window:focus-pane-below' | |
'alt-up': 'window:focus-pane-above' | |
'body': | |
'alt-shift-o': 'application:add-project-folder' | |
'.tree-view': | |
'ctrl-backspace': 'tree-view:remove-project-folder' |
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
"*": | |
Hydrogen: | |
kernelspec: "{\"kernelspecs\":{\"python3\":{\"resource_dir\":\"/home/edill/miniconda/envs/jojo/share/jupyter/kernels/python3\",\"spec\":{\"env\":{},\"language\":\"python\",\"argv\":[\"/home/edill/miniconda/envs/jojo/bin/python\",\"-m\",\"ipykernel\",\"-f\",\"{connection_file}\"],\"display_name\":\"Python 3\"}}}}" | |
"advanced-open-file": | |
fuzzyMatch: true | |
"atom-beautify": | |
python_indent_size: 4 | |
"atom-ctags": | |
autoBuildTagsWhenActive: true | |
disableComplete: true | |
"atom-terminal": {} | |
core: | |
allowPendingPaneItems: false | |
autoHideMenuBar: true | |
disabledPackages: [ | |
"linter-rst" | |
"symbols-view" | |
"linter-pylint" | |
] | |
ignoredNames: [ | |
"*.pyc" | |
] | |
themes: [ | |
"one-dark-ui" | |
"base16-tomorrow-dark-theme" | |
] | |
editor: | |
fontFamily: "Hack" | |
fontSize: 23 | |
invisibles: {} | |
scrollPastEnd: true | |
softWrap: true | |
"exception-reporting": | |
userId: "b066e21c-008f-95a7-f7e9-6549bf925899" | |
"fuzzy-finder": {} | |
"gist-it": | |
openAfterCreate: true | |
userToken: "8d8edd1db26de42744d746227fac72749e3337c6" | |
"git-log": {} | |
"git-plus": {} | |
"git-projects": | |
rootPath: "/home/edill/dev/python" | |
linter: | |
showErrorTabLine: true | |
statusIconScope: "File" | |
"linter-flake8": | |
flakeErrors: true | |
pep8ErrorsToWarnings: true | |
"linter-pep8": {} | |
"linter-pylint": | |
executable: "/home/edill/mc/bin/pylint" | |
pythonPath: "$CONDA_ENV_PATH" | |
workingDirectory: "%f" | |
minimap: | |
minimapScrollIndicator: false | |
plugins: | |
cursorline: true | |
cursorlineDecorationsZIndex: 0 | |
"find-and-replace": true | |
"find-and-replaceDecorationsZIndex": 0 | |
"git-diff": true | |
"git-diffDecorationsZIndex": 0 | |
selection: true | |
selectionDecorationsZIndex: 0 | |
nbviewer: {} | |
"one-dark-ui": {} | |
"project-manager": | |
environmentSpecificProjects: true | |
sortBy: "title" | |
"project-view": | |
displayPath: false | |
"python-tools": {} | |
"rst-preview": | |
breakOnSingleNewline: true | |
"simple-flake8": {} | |
"spell-check": {} | |
"tabs-to-spaces": | |
onSave: "untabify" | |
"theme-switcher": | |
syntaxThemeOne: "base16-tomorrow-dark-theme" | |
syntaxThemeTwo: "one-light-syntax" | |
"tree-view": | |
hideIgnoredNames: true | |
welcome: | |
showOnStartup: false | |
whitespace: | |
ignoreWhitespaceOnCurrentLine: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment