Skip to content

Instantly share code, notes, and snippets.

@borisnadion
Last active September 11, 2017 13:55
Show Gist options
  • Select an option

  • Save borisnadion/488b35c07d07c9f33239758a1b7aa0ab to your computer and use it in GitHub Desktop.

Select an option

Save borisnadion/488b35c07d07c9f33239758a1b7aa0ab to your computer and use it in GitHub Desktop.
# 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 make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#
# atom.workspaceView.eachEditorView (editorView) ->
# editor = editorView.getEditor()
# if path.extname(editor.getPath()) is '.md'
# editor.setSoftWrap(true)
# Your keymap
#
# Atom keymaps work similarly to stylesheets. Just as stylesheets 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:
#
# '.editor':
# 'enter': 'editor:newline'
#
# 'body':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
'atom-text-editor.vim-mode.normal-mode':
'g f': 'open-this:here'
'ctrl-w f': 'open-this:split-down'
'ctrl-w F': 'open-this:split-right'
# 'atom-text-editor.vim-mode-plus:not(.insert-mode)':
# 'y s': 'vim-mode-plus:surround'
# 'y s w': 'vim-mode-plus:surround-word'
# 'd s': 'vim-mode-plus:delete-surround'
# 'c s': 'vim-mode-plus:change-surround'
# 'd s': 'vim-mode-plus:delete-surround-any-pair'
# 'c s': 'vim-mode-plus:change-surround-any-pair'
[
{
"name": "about",
"version": "1.7.6"
},
{
"name": "aligner",
"version": "1.2.4"
},
{
"name": "aligner-javascript",
"version": "1.3.0"
},
{
"name": "archive-view",
"version": "0.63.3"
},
{
"name": "atom-beautify",
"version": "0.30.5"
},
{
"name": "atom-ctags",
"version": "5.1.0"
},
{
"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": "atom-soda-dark-ui",
"version": "1.1.0",
"theme": "ui"
},
{
"name": "atom-typescript",
"version": "11.0.8"
},
{
"name": "autocomplete-atom-api",
"version": "0.10.1"
},
{
"name": "autocomplete-css",
"version": "0.16.2"
},
{
"name": "autocomplete-html",
"version": "0.8.0"
},
{
"name": "autocomplete-plus",
"version": "2.35.8"
},
{
"name": "autocomplete-python",
"version": "1.10.2"
},
{
"name": "autocomplete-snippets",
"version": "1.11.0"
},
{
"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": "column-select",
"version": "0.2.0"
},
{
"name": "command-palette",
"version": "0.40.4"
},
{
"name": "copy-as-rtf",
"version": "0.9.3"
},
{
"name": "copy-with-syntax",
"version": "0.0.3"
},
{
"name": "dalek",
"version": "0.2.1"
},
{
"name": "deprecation-cop",
"version": "0.56.7"
},
{
"name": "dev-live-reload",
"version": "0.47.1"
},
{
"name": "encoding-selector",
"version": "0.23.4"
},
{
"name": "exception-reporting",
"version": "0.41.4"
},
{
"name": "file-icons",
"version": "2.1.11"
},
{
"name": "find-and-replace",
"version": "0.208.3"
},
{
"name": "fuzzy-finder",
"version": "1.5.8"
},
{
"name": "git-blame",
"version": "1.2.2"
},
{
"name": "git-diff",
"version": "1.3.6"
},
{
"name": "git-plus",
"version": "7.9.3"
},
{
"name": "git-time-machine",
"version": "1.5.9"
},
{
"name": "github",
"version": "0.3.4-1"
},
{
"name": "go-to-line",
"version": "0.32.1"
},
{
"name": "grammar-selector",
"version": "0.49.5"
},
{
"name": "graphite-ui",
"version": "0.15.1",
"theme": "ui"
},
{
"name": "highlight-selected",
"version": "0.13.1"
},
{
"name": "hybrid-next-syntax",
"version": "0.9.2",
"theme": "syntax",
"apmInstallSource": {
"type": "git",
"source": "https://github.com/kaicataldo/hybrid-next-syntax",
"sha": "8b64f6c7d9ad3b8259a6b28e8a6f004f0a3ea768"
}
},
{
"name": "image-view",
"version": "0.61.2"
},
{
"name": "import-sf-mono",
"version": "1.0.1"
},
{
"name": "incompatible-packages",
"version": "0.27.3"
},
{
"name": "intentions",
"version": "1.1.5"
},
{
"name": "keybinding-resolver",
"version": "0.38.0"
},
{
"name": "language-c",
"version": "0.58.1"
},
{
"name": "language-clojure",
"version": "0.22.3"
},
{
"name": "language-coffee-script",
"version": "0.48.7"
},
{
"name": "language-csharp",
"version": "0.14.2"
},
{
"name": "language-css",
"version": "0.42.4"
},
{
"name": "language-gfm",
"version": "0.89.1"
},
{
"name": "language-git",
"version": "0.19.1"
},
{
"name": "language-go",
"version": "0.44.1"
},
{
"name": "language-haml",
"version": "0.25.1"
},
{
"name": "language-html",
"version": "0.47.3"
},
{
"name": "language-hyperlink",
"version": "0.16.1"
},
{
"name": "language-java",
"version": "0.27.2"
},
{
"name": "language-javascript",
"version": "0.126.1"
},
{
"name": "language-json",
"version": "0.19.1"
},
{
"name": "language-less",
"version": "0.32.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.39.0"
},
{
"name": "language-property-list",
"version": "0.9.1"
},
{
"name": "language-python",
"version": "0.45.3"
},
{
"name": "language-ruby",
"version": "0.71.1"
},
{
"name": "language-ruby-on-rails",
"version": "0.25.2"
},
{
"name": "language-sass",
"version": "0.59.0"
},
{
"name": "language-shellscript",
"version": "0.25.1"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-sql",
"version": "0.25.6"
},
{
"name": "language-text",
"version": "0.7.3"
},
{
"name": "language-todo",
"version": "0.29.1"
},
{
"name": "language-toml",
"version": "0.18.1"
},
{
"name": "language-xml",
"version": "0.35.1"
},
{
"name": "language-yaml",
"version": "0.30.0"
},
{
"name": "line-ending-selector",
"version": "0.7.3"
},
{
"name": "link",
"version": "0.31.3"
},
{
"name": "linter",
"version": "2.2.0"
},
{
"name": "linter-flake8",
"version": "2.2.1"
},
{
"name": "linter-ui-default",
"version": "1.6.8"
},
{
"name": "markdown-preview",
"version": "0.159.12"
},
{
"name": "metrics",
"version": "1.2.6"
},
{
"name": "monokai",
"version": "0.24.0",
"theme": "syntax"
},
{
"name": "notifications",
"version": "0.67.2"
},
{
"name": "nuclide",
"version": "0.250.0"
},
{
"name": "oceanic-next",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "one-dark-syntax",
"version": "1.7.1",
"theme": "syntax"
},
{
"name": "one-dark-ui",
"version": "1.10.5",
"theme": "ui"
},
{
"name": "one-light-syntax",
"version": "1.7.1",
"theme": "syntax"
},
{
"name": "one-light-ui",
"version": "1.10.5",
"theme": "ui"
},
{
"name": "open-on-github",
"version": "1.2.1"
},
{
"name": "open-this",
"version": "0.4.0"
},
{
"name": "package-generator",
"version": "1.1.1"
},
{
"name": "pretty-json",
"version": "1.6.4"
},
{
"name": "python-debugger",
"version": "0.2.0"
},
{
"name": "rails-partials",
"version": "0.9.2"
},
{
"name": "rails-transporter",
"version": "1.7.1"
},
{
"name": "react",
"version": "0.16.2"
},
{
"name": "settings-view",
"version": "0.250.0"
},
{
"name": "snippets",
"version": "1.1.4"
},
{
"name": "solarized-dark-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "solarized-dark-ui",
"version": "0.3.2",
"theme": "ui"
},
{
"name": "solarized-light-syntax",
"version": "1.1.2",
"theme": "syntax"
},
{
"name": "spacegray-tomorrowdark-ui",
"version": "2.1.0",
"theme": "ui"
},
{
"name": "spell-check",
"version": "0.71.4"
},
{
"name": "status-bar",
"version": "1.8.11"
},
{
"name": "structure-view",
"version": "0.1.4"
},
{
"name": "styleguide",
"version": "0.49.6"
},
{
"name": "symbols-view",
"version": "0.116.1"
},
{
"name": "sync-settings",
"version": "0.8.3"
},
{
"name": "tabs",
"version": "0.107.1"
},
{
"name": "timecop",
"version": "0.36.0"
},
{
"name": "todo-show",
"version": "2.0.0"
},
{
"name": "tomorrow",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "tomorrow-night-blue-syntax",
"version": "0.1.0",
"theme": "syntax"
},
{
"name": "tree-view",
"version": "0.217.2"
},
{
"name": "update-package-dependencies",
"version": "0.12.0"
},
{
"name": "vim-mode-plus",
"version": "1.3.3"
},
{
"name": "vim-mode-plus-keymaps-for-surround",
"version": "0.2.1"
},
{
"name": "welcome",
"version": "0.36.4"
},
{
"name": "whitespace",
"version": "0.37.2"
},
{
"name": "wrap-guide",
"version": "0.40.2"
}
]
{
"atom-beautify": {
"general": {
"_analyticsUserId": "54dc8317-7d76-4fb0-b7c3-d0b040c1328b"
}
},
"atom-ctags": {},
"autocomplete": {
"includeCompletionsFromAllBuffers": true
},
"autocomplete-plus": {
"enableAutoActivation": false,
"includeCompletionsFromAllBuffers": true
},
"autocomplete-python": {
"useKite": false
},
"copy-as-rtf": {
"style": "fruity"
},
"core": {
"customFileTypes": {
"source.ini": [
".buckconfig",
".flowconfig",
".hgrc"
],
"source.json": [
".arcconfig",
"BUCK.autodeps"
],
"source.python": [
"BUCK"
]
},
"disabledPackages": [
"autocomplete",
"rails-latest-migration",
"es6-javascript",
"language-javascript-jsx",
"atom-ctags",
"symbols-view",
"linter-flake8",
"tree-view"
],
"packagesWithKeymapsDisabled": [
"git-blame"
],
"telemetryConsent": "no",
"themes": [
"spacegray-tomorrowdark-ui",
"solarized-dark-syntax"
]
},
"editor": {
"fontFamily": "Source Code Pro",
"invisibles": {},
"showIndentGuide": true,
"tabType": "soft"
},
"exception-reporting": {
"userId": "cd3a9d01-4812-a9d8-6bde-4ea11a8fd549"
},
"file-icons": {
"coloured": false
},
"find-and-replace": {
"projectSearchResultsPaneSplitDirection": "right"
},
"git-blame": {
"columnWidth": 326
},
"linter": {
"showErrorInStatusBar": true
},
"linter-flake8": {
"maxLineLength": 120
},
"linter-ui-default": {
"showPanel": true
},
"markdown-preview": {
"useGitHubStyle": true
},
"metrics": {
"userId": "8de3918de51a0163ed3f6a57999d762ecff8bed7"
},
"nuclide": {
"nuclide-definition-preview": {
"editorHeight": 70
},
"nuclide-diff-view": {
"shouldDockPublishView": false
},
"nuclide-distraction-free-mode": {
"hideToolBar": true
},
"nuclide-flow": {
"warnOnNotInstalled": false
},
"nuclide-home": {
"showHome": false
},
"nuclide-python": {
"enableLinting": false
}
},
"react": {
"enabledForAllJavascriptFiles": true
},
"release-notes": {
"viewedVersion": "0.94.0"
},
"split-diff": {
"diffWords": true,
"ignoreWhitespace": true,
"leftEditorColor": "red",
"rightEditorColor": "green",
"scrollSyncType": "Vertical + Horizontal",
"syncHorizontalScroll": true
},
"sync-settings": {},
"vim-mode-plus": {
"charactersToAddSpaceOnSurround": [
"(",
"{",
"[",
"<"
],
"clearHighlightSearchOnResetNormalMode": true,
"highlightSearch": true,
"ignoreCaseForSearch": true,
"ignoreCaseForSearchCurrentWord": true,
"showHoverSearchCounter": true,
"statusBarModeStringStyle": "long",
"stayOnTransformString": true,
"useClipboardAsDefaultRegister": false
},
"vim-surround": {
"changeSurroundCommand": "c S",
"deleteCommand": "d S",
"deleteSurroundCommand": "d S",
"surroundCommand": "S"
},
"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'
#
/*
* 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 {
}
.editor {
// font-weight: 300;
line-height: 150%;
// font-family: Sauce\ Code\ Powerline\ Light
}
.editor .cursor {
}
// default font: Source Code Pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment