Last active
October 30, 2017 11:07
-
-
Save sebnyberg/4e8de121fac57faf230ddbb14f3776a2 to your computer and use it in GitHub Desktop.
automatic update by http://atom.io/packages/sync-settings
This file contains 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
d |
This file contains 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
# initialization file (not found) | |
path = require 'path' | |
atom.workspace.observeTextEditors (editor) -> | |
editor.onDidSave -> | |
if path.extname(editor.getPath()) is ".tex" | |
workspaceElement = atom.views.getView(atom.workspace) | |
atom.commands.dispatch(workspaceElement, 'latex:build') |
This file contains 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-text-editor': | |
'f12': 'hyperclick:confirm-cursor' | |
'atom-text-editor.vim-mode-plus.insert-mode': | |
'j k': 'vim-mode-plus:activate-normal-mode' | |
'atom-text-editor.vim-mode-plus:not(.insert-mode)': | |
'ctrl-/': 'vim-mode-plus:toggle-line-comments' | |
'g P': 'vim-mode-plus:put-before-with-auto-indent' | |
'g p': 'vim-mode-plus:put-after-with-auto-indent' | |
'g >': 'vim-mode-plus:rotate-arguments-of-inner-pair' | |
'g <': 'vim-mode-plus:rotate-arguments-backwards-of-inner-pair' | |
# Check these out later | |
# 'q': 'vim-mode-plus:insert-at-head-of-occurrence' | |
# 'Q': 'vim-mode-plus:insert-at-head-of-subword-occurrence' | |
# 'g i': 'vim-mode-plus:insert-at-start-of-target' | |
'atom-text-editor.vim-mode-plus.has-persistent-selection:not(.insert-mode)': | |
'alt-g': 'vim-mode-plus:select-persistent-selection' | |
'atom-text-editor.vim-mode-plus.visual-mode.is-narrowed': | |
'alt-s': 'vim-mode-plus:select-occurrence' | |
'alt-c': 'vim-mode-plus:change-occurrence' | |
'.platform-linux atom-text-editor.vim-mode-plus-search': | |
'alt-c': 'vim-mode-plus:change-occurrence-from-search' | |
'alt-s': 'vim-mode-plus:select-occurrence-from-search' | |
'alt-a': 'vim-mode-plus:add-occurrence-pattern-from-search' | |
'alt-enter': 'vim-mode-plus:project-find-from-search' | |
'alt-g': 'vim-mode-plus:select-persistent-selection' | |
'atom-text-editor.vim-mode-plus.normal-mode': | |
'= =': 'prettier:format' | |
'space w': 'core:save' | |
'space d': 'core:close' | |
'space q': 'core:close' | |
'space j': 'editor:newline-below' | |
'space k': 'editor:newline-above' | |
'super-l': 'editor:move-line-down' | |
'super-k': 'editor:move-line-up' | |
'space t': 'nuclide-quick-open:find-anything-via-omni-search' | |
'space 1': 'pane:show-item-1' | |
'space 2': 'pane:show-item-2' | |
'space 3': 'pane:show-item-3' | |
'space 4': 'pane:show-item-4' | |
'space 5': 'pane:show-item-5' | |
'space 6': 'pane:show-item-6' | |
'space 7': 'pane:show-item-7' | |
'enter': 'narrow:search-by-current-word' | |
'B': 'vim-mode-plus:insert-at-start-of-smart-word' | |
'E': 'vim-mode-plus:insert-at-end-of-smart-word' | |
'ctrl-L': 'paner:move-pane-to-very-right' | |
'ctrl-H': 'paner:move-pane-to-very-left' | |
'shift-f7': 'vim-mode-plus:reload' | |
'f7': 'vim-mode-plus:reload-with-dependencies' | |
# 'f8': 'user:hot-r | |
'f8': 'user:package-hot-reload' | |
# 'f8': 'hydrogen:hot-reload-package' | |
# 'f9': 'hydrogen:run-all' | |
'ctrl-j': 'focus-pane-or-panel:focus-below' | |
'ctrl-k': 'focus-pane-or-panel:focus-above' | |
'ctrl-h': 'focus-pane-or-panel:focus-on-left' | |
'ctrl-l': 'focus-pane-or-panel:focus-on-right' | |
'space g o': 'open-on-github:file' | |
'space g b': 'open-on-github:blame' | |
'space g h': 'open-on-github:history' | |
'space g i': 'open-on-github:issues' | |
'space g c': 'open-on-github:copy-url' | |
'space g r': 'open-on-github:branch-compare' | |
'space g g': 'open-on-github:repository' | |
'space g n': 'git-diff:move-to-next-diff' | |
'space g p': 'git-diff:move-to-previous-diff' | |
'space g d': 'git-diff:toggle-diff-list' | |
# [open-this] | |
'g f': 'open-this:here' | |
'ctrl-w f': 'open-this:split-down' | |
'ctrl-w F': 'open-this:split-right' |
This file contains 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
[ | |
{ | |
"name": "about", | |
"version": "1.7.8" | |
}, | |
{ | |
"name": "archive-view", | |
"version": "0.63.3" | |
}, | |
{ | |
"name": "atom-beautify", | |
"version": "0.30.5" | |
}, | |
{ | |
"name": "atom-dark-syntax", | |
"version": "0.28.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-dark-ui", | |
"version": "0.53.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-light-syntax", | |
"version": "0.29.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-light-ui", | |
"version": "0.46.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "autoclose-html", | |
"version": "0.23.0" | |
}, | |
{ | |
"name": "autocomplete-atom-api", | |
"version": "0.10.3" | |
}, | |
{ | |
"name": "autocomplete-css", | |
"version": "0.17.3" | |
}, | |
{ | |
"name": "autocomplete-html", | |
"version": "0.8.1" | |
}, | |
{ | |
"name": "autocomplete-js-import", | |
"version": "1.4.0" | |
}, | |
{ | |
"name": "autocomplete-plus", | |
"version": "2.35.11" | |
}, | |
{ | |
"name": "autocomplete-snippets", | |
"version": "1.11.1" | |
}, | |
{ | |
"name": "autoflow", | |
"version": "0.29.0" | |
}, | |
{ | |
"name": "autosave", | |
"version": "0.24.3" | |
}, | |
{ | |
"name": "background-tips", | |
"version": "0.27.1" | |
}, | |
{ | |
"name": "base16-tomorrow-dark-theme", | |
"version": "1.5.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "base16-tomorrow-light-theme", | |
"version": "1.5.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "bookmarks", | |
"version": "0.44.4" | |
}, | |
{ | |
"name": "bracket-matcher", | |
"version": "0.87.3" | |
}, | |
{ | |
"name": "busy-signal", | |
"version": "1.4.3" | |
}, | |
{ | |
"name": "color-picker", | |
"version": "2.2.5" | |
}, | |
{ | |
"name": "command-palette", | |
"version": "0.41.1" | |
}, | |
{ | |
"name": "dalek", | |
"version": "0.2.1" | |
}, | |
{ | |
"name": "deprecation-cop", | |
"version": "0.56.9" | |
}, | |
{ | |
"name": "dev-live-reload", | |
"version": "0.47.1" | |
}, | |
{ | |
"name": "editorconfig", | |
"version": "2.2.2" | |
}, | |
{ | |
"name": "encoding-selector", | |
"version": "0.23.5" | |
}, | |
{ | |
"name": "exception-reporting", | |
"version": "0.41.4" | |
}, | |
{ | |
"name": "file-icons", | |
"version": "2.1.13" | |
}, | |
{ | |
"name": "find-and-replace", | |
"version": "0.212.2" | |
}, | |
{ | |
"name": "fuzzy-finder", | |
"version": "1.5.9" | |
}, | |
{ | |
"name": "git-diff", | |
"version": "1.3.6" | |
}, | |
{ | |
"name": "github", | |
"version": "0.6.2" | |
}, | |
{ | |
"name": "go-to-line", | |
"version": "0.32.1" | |
}, | |
{ | |
"name": "grammar-selector", | |
"version": "0.49.5" | |
}, | |
{ | |
"name": "gruvbox", | |
"version": "1.0.7", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "highlight-selected", | |
"version": "0.13.1" | |
}, | |
{ | |
"name": "hyperclick", | |
"version": "0.1.5" | |
}, | |
{ | |
"name": "image-view", | |
"version": "0.62.3" | |
}, | |
{ | |
"name": "incompatible-packages", | |
"version": "0.27.3" | |
}, | |
{ | |
"name": "intentions", | |
"version": "1.1.5" | |
}, | |
{ | |
"name": "keybinding-resolver", | |
"version": "0.38.0" | |
}, | |
{ | |
"name": "language-babel", | |
"version": "2.76.1" | |
}, | |
{ | |
"name": "language-c", | |
"version": "0.58.1" | |
}, | |
{ | |
"name": "language-clojure", | |
"version": "0.22.4" | |
}, | |
{ | |
"name": "language-coffee-script", | |
"version": "0.49.0" | |
}, | |
{ | |
"name": "language-csharp", | |
"version": "0.14.2" | |
}, | |
{ | |
"name": "language-css", | |
"version": "0.42.5" | |
}, | |
{ | |
"name": "language-gfm", | |
"version": "0.90.1" | |
}, | |
{ | |
"name": "language-git", | |
"version": "0.19.1" | |
}, | |
{ | |
"name": "language-go", | |
"version": "0.44.2" | |
}, | |
{ | |
"name": "language-graphql", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-html", | |
"version": "0.47.7" | |
}, | |
{ | |
"name": "language-hyperlink", | |
"version": "0.16.2" | |
}, | |
{ | |
"name": "language-java", | |
"version": "0.27.4" | |
}, | |
{ | |
"name": "language-javascript", | |
"version": "0.127.3" | |
}, | |
{ | |
"name": "language-json", | |
"version": "0.19.1" | |
}, | |
{ | |
"name": "language-latex", | |
"version": "1.1.1" | |
}, | |
{ | |
"name": "language-less", | |
"version": "0.33.0" | |
}, | |
{ | |
"name": "language-make", | |
"version": "0.22.3" | |
}, | |
{ | |
"name": "language-mustache", | |
"version": "0.14.1" | |
}, | |
{ | |
"name": "language-objective-c", | |
"version": "0.15.1" | |
}, | |
{ | |
"name": "language-perl", | |
"version": "0.37.0" | |
}, | |
{ | |
"name": "language-php", | |
"version": "0.42.0" | |
}, | |
{ | |
"name": "language-property-list", | |
"version": "0.9.1" | |
}, | |
{ | |
"name": "language-python", | |
"version": "0.45.4" | |
}, | |
{ | |
"name": "language-ruby", | |
"version": "0.71.3" | |
}, | |
{ | |
"name": "language-ruby-on-rails", | |
"version": "0.25.2" | |
}, | |
{ | |
"name": "language-sass", | |
"version": "0.61.1" | |
}, | |
{ | |
"name": "language-shellscript", | |
"version": "0.25.3" | |
}, | |
{ | |
"name": "language-source", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-sql", | |
"version": "0.25.8" | |
}, | |
{ | |
"name": "language-text", | |
"version": "0.7.3" | |
}, | |
{ | |
"name": "language-todo", | |
"version": "0.29.2" | |
}, | |
{ | |
"name": "language-toml", | |
"version": "0.18.1" | |
}, | |
{ | |
"name": "language-typescript", | |
"version": "0.2.1" | |
}, | |
{ | |
"name": "language-xml", | |
"version": "0.35.2" | |
}, | |
{ | |
"name": "language-yaml", | |
"version": "0.30.2" | |
}, | |
{ | |
"name": "latex", | |
"version": "0.49.0" | |
}, | |
{ | |
"name": "line-ending-selector", | |
"version": "0.7.3" | |
}, | |
{ | |
"name": "link", | |
"version": "0.31.3" | |
}, | |
{ | |
"name": "linter", | |
"version": "2.2.0" | |
}, | |
{ | |
"name": "linter-eslint", | |
"version": "8.4.0" | |
}, | |
{ | |
"name": "linter-ui-default", | |
"version": "1.6.10" | |
}, | |
{ | |
"name": "markdown-preview", | |
"version": "0.159.15" | |
}, | |
{ | |
"name": "metrics", | |
"version": "1.2.6" | |
}, | |
{ | |
"name": "notifications", | |
"version": "0.69.2" | |
}, | |
{ | |
"name": "nuclide", | |
"version": "0.262.0" | |
}, | |
{ | |
"name": "one-dark-syntax", | |
"version": "1.8.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-ui", | |
"version": "1.10.8", | |
"theme": "ui" | |
}, | |
{ | |
"name": "one-light-syntax", | |
"version": "1.8.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-ui", | |
"version": "1.10.8", | |
"theme": "ui" | |
}, | |
{ | |
"name": "open-on-github", | |
"version": "1.2.1" | |
}, | |
{ | |
"name": "open-this", | |
"version": "0.5.0" | |
}, | |
{ | |
"name": "package-generator", | |
"version": "1.1.1" | |
}, | |
{ | |
"name": "pigments", | |
"version": "0.40.2" | |
}, | |
{ | |
"name": "platformio-ide-terminal", | |
"version": "2.7.0" | |
}, | |
{ | |
"name": "prettier-atom", | |
"version": "0.40.0" | |
}, | |
{ | |
"name": "project-manager", | |
"version": "3.3.5" | |
}, | |
{ | |
"name": "settings-view", | |
"version": "0.251.10" | |
}, | |
{ | |
"name": "snippets", | |
"version": "1.1.5" | |
}, | |
{ | |
"name": "solarized-dark-syntax", | |
"version": "1.1.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "solarized-light-syntax", | |
"version": "1.1.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "spell-check", | |
"version": "0.72.2" | |
}, | |
{ | |
"name": "status-bar", | |
"version": "1.8.13" | |
}, | |
{ | |
"name": "styleguide", | |
"version": "0.49.7" | |
}, | |
{ | |
"name": "symbols-view", | |
"version": "0.118.0" | |
}, | |
{ | |
"name": "sync-settings", | |
"version": "0.8.3" | |
}, | |
{ | |
"name": "tabs", | |
"version": "0.107.2" | |
}, | |
{ | |
"name": "timecop", | |
"version": "0.36.0" | |
}, | |
{ | |
"name": "tool-bar", | |
"version": "1.1.0" | |
}, | |
{ | |
"name": "tree-view", | |
"version": "0.217.9" | |
}, | |
{ | |
"name": "update-package-dependencies", | |
"version": "0.12.0" | |
}, | |
{ | |
"name": "vim-mode-plus", | |
"version": "1.11.6" | |
}, | |
{ | |
"name": "vim-mode-plus-keymaps-for-surround", | |
"version": "0.2.1" | |
}, | |
{ | |
"name": "vim-mode-plus-move-to-symbols", | |
"version": "0.4.0" | |
}, | |
{ | |
"name": "welcome", | |
"version": "0.36.5" | |
}, | |
{ | |
"name": "whitespace", | |
"version": "0.37.3" | |
}, | |
{ | |
"name": "wrap-guide", | |
"version": "0.40.2" | |
} | |
] |
This file contains 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
{ | |
"autocomplete-js-import": { | |
"projectDependencies": { | |
"suggestDev": true, | |
"suggestProd": true | |
} | |
}, | |
"core": { | |
"autoHideMenuBar": true, | |
"customFileTypes": { | |
"source.ini": [ | |
".buckconfig", | |
".hgrc", | |
".flowconfig" | |
], | |
"source.json": [ | |
"BUCK.autodeps" | |
], | |
"source.python": [ | |
"BUCK" | |
] | |
}, | |
"disabledPackages": [ | |
"tree-view" | |
], | |
"telemetryConsent": "no", | |
"themes": [ | |
"one-dark-ui", | |
"gruvbox" | |
] | |
}, | |
"editor": {}, | |
"exception-reporting": { | |
"userId": "271a9cf3-7f48-4bf2-8660-d209ed8eb7d6" | |
}, | |
"latex": { | |
"enableShellEscape": true, | |
"texPath": "/usr/bin" | |
}, | |
"linter-ui-default": { | |
"panelHeight": 198 | |
}, | |
"nuclide": { | |
"atom-ide-diagnostics-ui": { | |
"showDiagnosticTraces": true, | |
"useExperimentalUi": true | |
}, | |
"nuclide-file-tree": { | |
"showOpenFiles": false, | |
"showUncommittedChanges": false | |
}, | |
"nuclide-home": { | |
"showHome": false | |
}, | |
"use": { | |
"atom-ide-diagnostics-ui": false | |
} | |
}, | |
"prettier-atom": { | |
"formatOnSaveOptions": { | |
"enabled": true | |
}, | |
"useEslint": true | |
}, | |
"sync-settings": {}, | |
"vim-mode-plus": { | |
"notifiedCoffeeScriptNoLongerSupportedToExtendVMP": true, | |
"useClipboardAsDefaultRegister": false | |
}, | |
"welcome": { | |
"showOnStartup": false | |
} | |
} |
This file contains 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
# snippets file (not found) |
This file contains 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
// styles file (not found) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment