Skip to content

Instantly share code, notes, and snippets.

@vassalloandrea
Last active April 8, 2020 08:25
Show Gist options
  • Save vassalloandrea/0b372c870944cdefec43fbf65db3ceed to your computer and use it in GitHub Desktop.
Save vassalloandrea/0b372c870944cdefec43fbf65db3ceed to your computer and use it in GitHub Desktop.
Atom Settings Backup by https://atom.io/packages/sync-settings
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
# console.log "Saved! #{editor.getPath()}"
# Your keymap
#
# Atom keymaps work similarly to style sheets. Just as style sheets use
# selectors to apply styles to elements, Atom keymaps use selectors to associate
# keystrokes with events in specific contexts.
#
# You can create a new keybinding in this file by typing "key" and then hitting
# tab.
#
# Here's an example taken from Atom's built-in keymap:
#
# 'atom-text-editor':
# 'enter': 'editor:newline'
#
# 'atom-workspace':
# 'ctrl-shift-p': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
# You can find more information about keymaps in these guides:
# * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings
# * https://atom.io/docs/latest/behind-atom-keymaps-in-depth
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it here:
# https://github.com/bevry/cson#what-is-cson
# '.platform-darwin':
'atom-text-editor':
# Panel management
'ctrl-shift-k': 'pane:split-up-and-copy-active-item'
'ctrl-shift-j': 'pane:split-down-and-copy-active-item'
'ctrl-shift-l': 'pane:split-right-and-copy-active-item'
'ctrl-shift-h': 'pane:split-left-and-copy-active-item'
'ctrl-k': 'window:focus-pane-above'
'ctrl-j': 'window:focus-pane-below'
'ctrl-h': 'window:focus-pane-on-left'
'ctrl-l': 'window:focus-pane-on-right'
'atom-text-editor.vim-mode-plus.normal-mode':
# Github
', h o': 'open-on-github:file'
', h b': 'open-on-github:blame'
', h i': 'open-on-github:issues'
', h h': 'open-on-github:history'
# Git
'g n': 'git-diff:move-to-next-diff'
'g p': 'git-diff:move-to-previous-diff'
# Rails
', r m l': 'rails-latest-migration:list'
', r m f': 'rails-latest-migration:find'
# Copy paths
'cmd-c': 'copy-path:copy-project-relative-path'
'cmd-C': 'copy-path:copy-line-reference'
# Easymotion
's': 'easy-motion-redux:words_starting'
# Bookmarks
'cmd-f2': 'bookmarks:view-all'
'shift-cmd-f2': 'bookmarks:clear-bookmarks'
'f2': 'bookmarks:toggle-bookmark'
'f1': 'bookmarks:jump-to-previous-bookmark'
'f3': 'bookmarks:jump-to-next-bookmark'
{
"about": {
"version": "1.9.1"
},
"archive-view": {
"version": "0.65.1"
},
"atom-dark-syntax": {
"version": "0.29.1",
"theme": "syntax"
},
"atom-dark-ui": {
"version": "0.53.3",
"theme": "ui"
},
"atom-light-syntax": {
"version": "0.29.1",
"theme": "syntax"
},
"atom-light-ui": {
"version": "0.46.3",
"theme": "ui"
},
"atom-material-syntax": {
"version": "1.0.8",
"theme": "syntax"
},
"atom-material-ui": {
"version": "2.1.3",
"theme": "ui"
},
"autocomplete-atom-api": {
"version": "0.10.7"
},
"autocomplete-css": {
"version": "0.17.5"
},
"autocomplete-html": {
"version": "0.8.8"
},
"autocomplete-plus": {
"version": "2.42.3"
},
"autocomplete-snippets": {
"version": "1.12.1"
},
"autoflow": {
"version": "0.29.4"
},
"autosave": {
"version": "0.24.6"
},
"background-tips": {
"version": "0.28.0"
},
"base16-tomorrow-dark-theme": {
"version": "1.6.0",
"theme": "syntax"
},
"base16-tomorrow-light-theme": {
"version": "1.6.0",
"theme": "syntax"
},
"bookmarks": {
"version": "0.46.0"
},
"bracket-matcher": {
"version": "0.91.2"
},
"busy": {
"version": "0.7.0"
},
"busy-signal": {
"version": "2.0.1"
},
"clang-format": {
"version": "2.0.8"
},
"command-palette": {
"version": "0.43.5"
},
"copy-path": {
"version": "0.5.1"
},
"custom-title": {
"version": "1.0.1"
},
"dalek": {
"version": "0.2.2"
},
"deprecation-cop": {
"version": "0.56.9"
},
"dev-live-reload": {
"version": "0.48.1"
},
"docker": {
"version": "0.8.0"
},
"easy-motion-redux": {
"version": "1.3.3"
},
"editorconfig": {
"version": "2.6.0"
},
"emmet": {
"version": "2.4.3"
},
"emmet-jsx-css-modules": {
"version": "1.0.0"
},
"encoding-selector": {
"version": "0.23.9"
},
"ex-mode": {
"version": "0.18.0"
},
"exception-reporting": {
"version": "0.43.1"
},
"file-icons": {
"version": "2.1.40"
},
"find-and-replace": {
"version": "0.219.1"
},
"fuzzy-finder": {
"version": "1.14.1"
},
"git-diff": {
"version": "1.3.9"
},
"git-log": {
"version": "0.4.1"
},
"github": {
"version": "0.34.0"
},
"go-to-line": {
"version": "0.33.0"
},
"grammar-selector": {
"version": "0.50.1"
},
"ide-clangd": {
"version": "0.4.0"
},
"image-view": {
"version": "0.64.0"
},
"incompatible-packages": {
"version": "0.27.3"
},
"intentions": {
"version": "1.1.5"
},
"jshint": {
"version": "1.8.6"
},
"keybinding-resolver": {
"version": "0.39.0"
},
"language-c": {
"version": "0.60.18"
},
"language-clojure": {
"version": "0.22.8"
},
"language-coffee-script": {
"version": "0.50.0"
},
"language-cpp14": {
"version": "0.6.2"
},
"language-csharp": {
"version": "1.1.0"
},
"language-css": {
"version": "0.44.2"
},
"language-docker": {
"version": "1.1.8"
},
"language-fish-shell": {
"version": "1.1.0"
},
"language-gfm": {
"version": "0.90.7"
},
"language-git": {
"version": "0.19.1"
},
"language-go": {
"version": "0.47.1"
},
"language-haml": {
"version": "0.32.1"
},
"language-html": {
"version": "0.53.0"
},
"language-hyperlink": {
"version": "0.17.1"
},
"language-java": {
"version": "0.31.4"
},
"language-javascript": {
"version": "0.134.0"
},
"language-json": {
"version": "1.0.4"
},
"language-less": {
"version": "0.34.3"
},
"language-make": {
"version": "0.23.0"
},
"language-mjml": {
"version": "2.1.0"
},
"language-mustache": {
"version": "0.14.5"
},
"language-objective-c": {
"version": "0.16.0"
},
"language-perl": {
"version": "0.38.1"
},
"language-php": {
"version": "0.44.4"
},
"language-property-list": {
"version": "0.9.1"
},
"language-python": {
"version": "0.53.3"
},
"language-ruby": {
"version": "0.72.22"
},
"language-ruby-on-rails": {
"version": "0.25.3"
},
"language-rust-bundled": {
"version": "0.1.0"
},
"language-sass": {
"version": "0.62.1"
},
"language-shellscript": {
"version": "0.28.0"
},
"language-slim": {
"version": "1.0.1"
},
"language-source": {
"version": "0.9.0"
},
"language-sql": {
"version": "0.25.10"
},
"language-text": {
"version": "0.7.4"
},
"language-todo": {
"version": "0.29.4"
},
"language-toml": {
"version": "0.20.0"
},
"language-typescript": {
"version": "0.6.0"
},
"language-vue": {
"version": "0.26.0"
},
"language-xml": {
"version": "0.35.3"
},
"language-yaml": {
"version": "0.32.0"
},
"line-ending-selector": {
"version": "0.7.7"
},
"link": {
"version": "0.31.6"
},
"linter": {
"version": "2.3.1"
},
"linter-coffeelint": {
"version": "2.0.36"
},
"linter-coffeescript": {
"version": "1.0.0"
},
"linter-cpplint": {
"version": "2.1.0"
},
"linter-eslint": {
"version": "8.5.5"
},
"linter-jshint": {
"version": "3.1.19"
},
"linter-markdown": {
"version": "5.2.11"
},
"linter-python-pep8": {
"version": "0.2.0"
},
"linter-rubocop": {
"version": "2.5.7"
},
"linter-scss-lint": {
"version": "3.2.1"
},
"linter-ui-default": {
"version": "1.8.1"
},
"markdown-preview": {
"version": "0.160.2"
},
"metrics": {
"version": "1.8.1"
},
"notifications": {
"version": "0.71.0"
},
"one-dark-syntax": {
"version": "1.8.4",
"theme": "syntax"
},
"one-dark-ui": {
"version": "1.12.5",
"theme": "ui"
},
"one-light-syntax": {
"version": "1.8.4",
"theme": "syntax"
},
"one-light-ui": {
"version": "1.12.5",
"theme": "ui"
},
"open-on-github": {
"version": "1.3.2"
},
"package-generator": {
"version": "1.3.0"
},
"relative-numbers": {
"version": "0.9.1"
},
"settings-view": {
"version": "0.261.3"
},
"snippets": {
"version": "1.5.0"
},
"solarized-dark-syntax": {
"version": "1.3.0",
"theme": "syntax"
},
"solarized-light-syntax": {
"version": "1.3.0",
"theme": "syntax"
},
"spell-check": {
"version": "0.75.0"
},
"status-bar": {
"version": "1.8.17"
},
"styleguide": {
"version": "0.49.12"
},
"symbols-view": {
"version": "0.118.2"
},
"sync-settings": {
"version": "4.3.2"
},
"tabs": {
"version": "0.110.0"
},
"timecop": {
"version": "0.36.2"
},
"tree-view": {
"version": "0.228.0"
},
"update-package-dependencies": {
"version": "0.13.1"
},
"vim-mode-plus": {
"version": "1.36.4"
},
"wakatime": {
"version": "9.0.2"
},
"welcome": {
"version": "0.36.9"
},
"whitespace": {
"version": "0.37.7"
},
"wrap-guide": {
"version": "0.41.0"
}
}
{
"*": {
"Zen": {
"fullscreen": false,
"gutter": true,
"minimap": true,
"softWrap": true,
"typewriter": true,
"width": 120
},
"atom-ctags": {
"autoBuildTagsWhenActive": true,
"buildTimeout": 15000,
"cmd": "/usr/local/bin/ctags"
},
"atom-material-ui": {
"colors": {
"predefinedColor": "Orange"
}
},
"atom-package-deps": {
"ignored": []
},
"autocomplete-python": {
"useKite": false
},
"core": {
"closeDeletedFileTabs": true,
"closeEmptyWindows": false,
"disabledPackages": [
"go-to-line",
"linter-erb",
"linter-ruby",
"language-perl",
"language-objective-c",
"welcome",
"language-toml",
"about",
"archive-view",
"language-go",
"language-java",
"language-make",
"language-c",
"language-clojure",
"language-csharp",
"styleguide",
"linter-cpplint",
"jshint",
"linter-jshint",
"linter-scss-lint"
],
"packagesWithKeymapsDisabled": [
"copy-path",
"rails-latest-migration"
],
"restorePreviousWindowsOnStart": "no",
"telemetryConsent": "limited",
"themes": [
"atom-material-ui",
"atom-material-syntax"
],
"titleBar": "custom-inset",
"warnOnLargeFileLimit": 1
},
"custom-title": {
"template": "<%= projectName %> <% if (relativeFilePath) { %>- <%= relativeFilePath %> <% } %> - <%= gitHead %>"
},
"editor": {
"fontSize": 18,
"preferredLineLength": 120,
"scrollPastEnd": true,
"showIndentGuide": true,
"showInvisibles": true,
"tabLength": 4,
"tabType": "soft"
},
"exception-reporting": {
"userId": "dfb18756-e87e-7f5f-f4c8-00fa0ac4387d"
},
"fuzzy-finder": {
"ignoredNames": [
"db/migrate/*"
]
},
"git-plus": {
"general": {
"showFormat": "short",
"splitPane": "Up"
}
},
"linter": {
"subtleLinterErrors": [
"jshint"
]
},
"linter-eslint": {
"disabling": {
"disableWhenNoEslintConfig": false
},
"global": {
"eslintrcPath": ".eslintrc"
}
},
"linter-jsxhint": {
"harmony": true
},
"linter-rubocop": {
"disableWhenNoConfigFile": true
},
"linter-ruby": {
"rubyExecutablePath": "/Users/alessio/.rbenv/shims/ruby"
},
"linter-ui-default": {
"showPanel": true
},
"minimap": {
"plugins": {
"bookmarks": true,
"bookmarksDecorationsZIndex": 0
}
},
"platformio-ide-terminal": {
"ansiColors": {
"normal": {
"black": "#353535",
"blue": "#55969a",
"cyan": "#7aaa7d",
"green": "#a8a521",
"magenta": "#c07998",
"red": "#d73925",
"white": "#cabca4",
"yellow": "#dfa82a"
},
"zBright": {
"brightBlack": "#8f8277",
"brightBlue": "#95b3a9",
"brightCyan": "#9eca8e",
"brightGreen": "#c4c431",
"brightMagenta": "#dd9aab",
"brightRed": "#ff6243",
"brightWhite": "#efe1c0"
}
},
"style": {
"animationSpeed": 0,
"fontFamily": "Monaco for Powerline"
},
"toggles": {
"autoClose": true,
"cursorBlink": false,
"selectToCopy": false
}
},
"relative-numbers": {
"showAbsoluteNumbers": true
},
"ruby-test": {
"rspecAllCommand": "s spec",
"rspecFileCommand": "s {relative_path}",
"rspecSingleCommand": "s {relative_path}:{line_number}",
"specFramework": "rspec",
"testFramework": "minitest"
},
"sync-settings": {
"hiddenSettings": {}
},
"tabs": {
"alwaysShowTabBar": false,
"enableVcsColoring": true,
"usePreviewTabs": true
},
"tree-view": {},
"vim-mode-plus": {
"setCursorToStartOfChangeOnUndoRedo": false,
"smoothScrollOnFullScrollMotion": true,
"smoothScrollOnFullScrollMotionDuration": 200,
"useClipboardAsDefaultRegister": true
},
"wakatime": {
"apikey": "Saved in your $WAKATIME_HOME/.wakatime.cfg file"
},
"welcome": {
"showOnStartup": false
}
}
}
# Your snippets
#
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to
# expand the prefix into a larger code block with templated values.
#
# You can create a new snippet in this file by typing "snip" and then hitting
# tab.
#
# An example CoffeeScript snippet to expand log to console.log:
#
# '.source.coffee':
# 'Console log':
# 'prefix': 'log'
# 'body': 'console.log $1'
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it here:
# https://github.com/bevry/cson#what-is-cson
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.tree-view {
}
// style the background and foreground colors on the atom-text-editor-element
// itself
atom-text-editor {
}
// To style other content in the text editor's shadow DOM, use the ::shadow
// expression
atom-text-editor::shadow .cursor {
}
// Visual change to indicate when editor loses focus
// https://github.com/atom/atom/issues/8102
atom-text-editor:not([mini]) {
&::before {
content: "";
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: inherit;
opacity: .4;
pointer-events: none;
transition: opacity .32s;
}
&.is-focused::before {
opacity: 0;
transition-duration: .16s;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment