Skip to content

Instantly share code, notes, and snippets.

@K4zuki
Last active May 5, 2018 09:07
Show Gist options
  • Save K4zuki/66d86bbf142a60499cd7 to your computer and use it in GitHub Desktop.
Save K4zuki/66d86bbf142a60499cd7 to your computer and use it in GitHub Desktop.

sync atom 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()}"
process.env.PATH = [
'/Library/TeX/texbin',
'C:/Program Files/Git/mingw64/bin',
'C:/Program Files/Git/usr/bin/',
process.env.PATH
].join(':')
# 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. Unlike style sheets however,
# each selector can only be declared once.
#
# 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 in the
# Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson
'atom-workspace':
'ctrl-alt-o': 'unset!'
'ctrl-k ctrl-i': 'git-projects:toggle'
'ctrl-k ctrl-o': 'git-controlhub:toggle'
'atom-workspace atom-text-editor':
'ctrl-delete': 'editor:delete-to-end-of-subword'
'ctrl-backspace': 'editor:delete-to-beginning-of-subword'
'ctrl-left': 'editor:move-to-previous-subword-boundary'
'ctrl-right': 'editor:move-to-next-subword-boundary'
'ctrl-shift-left': 'editor:select-to-beginning-of-word'
'ctrl-shift-right': 'editor:select-to-end-of-word'
'atom-workspace atom-text-editor:not([mini])':
'ctrl-q': 'application:quit'
'ctrl-c': 'core:copy'
'ctrl-up': 'editor:move-line-up'
'ctrl-down': 'editor:move-line-down'
'alt-shift-up': 'editor:add-selection-above'
'alt-shift-down': 'editor:add-selection-below'
'ctrl-w': 'core:close'
'ctrl-/': 'editor:toggle-line-comments'
'atom-text-editor':
'ctrl-shift-j': 'clang-format:format'
'ctrl-q': 'application:quit'
'ctrl-w': 'core:close'
'ctrl-c': 'core:copy'
'ctrl-a': 'core:select-all'
'.platform-darwin .tree-view':
'ctrl-c': 'tree-view:copy'
'body':
'ctrl-\\': 'tree-view:toggle'
'shift-ctrl-s': 'window:save-all'
'ctrl-s': 'core:save'
'ctrl-v': 'core:paste'
'ctrl-x': 'core:cut'
'ctrl-,': 'application:show-settings'
'ctrl-w': 'core:close'
'ctrl-q': 'application:quit'
'ctrl-z': 'core:undo'
'ctrl-y': 'core:redo'
'left': 'core:move-left'
'right': 'core:move-right'
'up': 'core:move-up'
'down': 'core:move-down'
'ctrl-f': 'find-and-replace:show'
'ctrl-n': 'application:new-file'
# 'ctrl-\'': 'terminal-plus:toggle'
'ctrl-\'': 'platformio-ide-terminal:toggle'
'ctrl-alt-t': 'platformio-ide-terminal:new'
# '.platform-linux atom-workspace, .platform-win32 atom-workspace':
# '.platform-linux atom-workspace, .platform-win32 atom-workspace':
# Default Keymaps for Markdown Writer
# https://atom.io/packages/markdown-writer
#
# Wiki: https://github.com/zhuochun/md-writer/wiki/Settings-for-Keymaps
#
'atom-workspace atom-text-editor[data-grammar="text md"]':
'ctrl-shift-M': 'markdown-preview-enhanced:toggle'
".platform-darwin atom-text-editor:not([mini])":
"shift-cmd-K": "markdown-writer:insert-link"
"shift-cmd-I": "markdown-writer:insert-image"
"cmd-i": "markdown-writer:toggle-italic-text"
"cmd-b": "markdown-writer:toggle-bold-text"
"cmd-'": "markdown-writer:toggle-code-text"
"cmd-k": "markdown-writer:toggle-keystroke-text"
"cmd-h": "markdown-writer:toggle-strikethrough-text"
'cmd->': "markdown-writer:toggle-blockquote"
'cmd-"': "markdown-writer:toggle-codeblock-text"
"ctrl-alt-1": "markdown-writer:toggle-h1"
"ctrl-alt-2": "markdown-writer:toggle-h2"
"ctrl-alt-3": "markdown-writer:toggle-h3"
"ctrl-alt-4": "markdown-writer:toggle-h4"
"ctrl-alt-5": "markdown-writer:toggle-h5"
"shift-cmd-O": "markdown-writer:toggle-ol"
"shift-cmd-U": "markdown-writer:toggle-ul"
"cmd-j cmd-p": "markdown-writer:jump-to-previous-heading"
"cmd-j cmd-n": "markdown-writer:jump-to-next-heading"
"cmd-j cmd-d": "markdown-writer:jump-to-reference-definition"
"cmd-j cmd-t": "markdown-writer:jump-to-next-table-cell"
'atom-workspace, atom-workspace atom-text-editor':
'shift-enter': 'unset!'
[
{
"name": "about",
"version": "1.7.8"
},
{
"name": "archive-view",
"version": "0.64.1"
},
{
"name": "atom-dark-syntax",
"version": "0.28.0",
"theme": "syntax"
},
{
"name": "atom-dark-ui",
"version": "0.53.0",
"theme": "ui"
},
{
"name": "atom-gooey-syntax",
"version": "1.0.0",
"theme": "syntax"
},
{
"name": "atom-html-preview",
"version": "0.2.5"
},
{
"name": "atom-light-syntax",
"version": "0.29.0",
"theme": "syntax"
},
{
"name": "atom-light-ui",
"version": "0.46.0",
"theme": "ui"
},
{
"name": "atom-mermaid",
"version": "3.2.4"
},
{
"name": "atom-yamljson",
"version": "0.2.4"
},
{
"name": "autocomplete-atom-api",
"version": "0.10.5"
},
{
"name": "autocomplete-css",
"version": "0.17.4"
},
{
"name": "autocomplete-html",
"version": "0.8.3"
},
{
"name": "autocomplete-paths",
"version": "2.12.1"
},
{
"name": "autocomplete-plus",
"version": "2.38.0"
},
{
"name": "autocomplete-python",
"version": "1.10.5"
},
{
"name": "autocomplete-snippets",
"version": "1.11.2"
},
{
"name": "autoflow",
"version": "0.29.0"
},
{
"name": "autosave",
"version": "0.24.6"
},
{
"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.88.0"
},
{
"name": "build",
"version": "0.70.0"
},
{
"name": "build-dockerfile",
"version": "1.0.1"
},
{
"name": "build-make",
"version": "0.13.0"
},
{
"name": "build-tools-make",
"version": "0.2.1"
},
{
"name": "busy",
"version": "0.7.0"
},
{
"name": "busy-signal",
"version": "1.4.3"
},
{
"name": "clang-format",
"version": "1.30.0"
},
{
"name": "command-palette",
"version": "0.42.0"
},
{
"name": "dalek",
"version": "0.2.1"
},
{
"name": "deprecation-cop",
"version": "0.56.9"
},
{
"name": "dev-live-reload",
"version": "0.47.1"
},
{
"name": "docker",
"version": "0.8.0"
},
{
"name": "encoding-selector",
"version": "0.23.7"
},
{
"name": "env-from-shell",
"version": "0.3.0"
},
{
"name": "exception-reporting",
"version": "0.42.0"
},
{
"name": "file-icons",
"version": "2.1.18"
},
{
"name": "find-and-replace",
"version": "0.215.0"
},
{
"name": "fuzzy-finder",
"version": "1.7.3"
},
{
"name": "genesis-ui",
"version": "0.5.0",
"theme": "ui"
},
{
"name": "git-control",
"version": "0.9.0"
},
{
"name": "git-controlhub",
"version": "0.4.0"
},
{
"name": "git-diff",
"version": "1.3.6"
},
{
"name": "git-plus",
"version": "7.10.2"
},
{
"name": "git-projects",
"version": "1.17.0"
},
{
"name": "git-status",
"version": "0.3.4"
},
{
"name": "github",
"version": "0.8.3"
},
{
"name": "gl-light-syntax",
"version": "3.0.0",
"theme": "syntax"
},
{
"name": "go-to-line",
"version": "0.32.1"
},
{
"name": "grammar-selector",
"version": "0.49.8"
},
{
"name": "highlight-line",
"version": "0.12.0"
},
{
"name": "idiomatic-dark-syntax",
"version": "0.1.3",
"theme": "syntax"
},
{
"name": "image-view",
"version": "0.62.4"
},
{
"name": "incompatible-packages",
"version": "0.27.3"
},
{
"name": "intentions",
"version": "1.1.5"
},
{
"name": "iso8601-timestamp",
"version": "0.1.1"
},
{
"name": "japanese-word-selection",
"version": "0.5.1"
},
{
"name": "keybinding-resolver",
"version": "0.38.1"
},
{
"name": "language-c",
"version": "0.58.1"
},
{
"name": "language-clojure",
"version": "0.22.4"
},
{
"name": "language-coffee-script",
"version": "0.49.3"
},
{
"name": "language-cpp14",
"version": "0.6.2"
},
{
"name": "language-csharp",
"version": "0.14.3"
},
{
"name": "language-css",
"version": "0.42.7"
},
{
"name": "language-csv",
"version": "1.1.2"
},
{
"name": "language-docker",
"version": "1.1.8"
},
{
"name": "language-doxygen",
"version": "0.7.0"
},
{
"name": "language-dtd",
"version": "0.2.1"
},
{
"name": "language-gfm",
"version": "0.90.2"
},
{
"name": "language-git",
"version": "0.19.1"
},
{
"name": "language-go",
"version": "0.44.3"
},
{
"name": "language-html",
"version": "0.48.5"
},
{
"name": "language-hyperlink",
"version": "0.16.3"
},
{
"name": "language-ignore",
"version": "1.7.4"
},
{
"name": "language-ini",
"version": "1.19.0"
},
{
"name": "language-java",
"version": "0.27.6"
},
{
"name": "language-javascript",
"version": "0.127.6"
},
{
"name": "language-json",
"version": "0.19.1"
},
{
"name": "language-less",
"version": "0.33.0"
},
{
"name": "language-make",
"version": "0.22.3"
},
{
"name": "language-markdown",
"version": "0.25.1"
},
{
"name": "language-mustache",
"version": "0.14.4"
},
{
"name": "language-objective-c",
"version": "0.15.1"
},
{
"name": "language-perl",
"version": "0.38.1"
},
{
"name": "language-pfm",
"version": "0.82.0"
},
{
"name": "language-php",
"version": "0.42.2"
},
{
"name": "language-plantuml",
"version": "0.2.0"
},
{
"name": "language-property-list",
"version": "0.9.1"
},
{
"name": "language-python",
"version": "0.45.5"
},
{
"name": "language-ruby",
"version": "0.71.4"
},
{
"name": "language-ruby-on-rails",
"version": "0.25.2"
},
{
"name": "language-sass",
"version": "0.61.1"
},
{
"name": "language-shellscript",
"version": "0.25.4"
},
{
"name": "language-source",
"version": "0.9.0"
},
{
"name": "language-sql",
"version": "0.25.8"
},
{
"name": "language-tex",
"version": "0.4.0"
},
{
"name": "language-text",
"version": "0.7.3"
},
{
"name": "language-todo",
"version": "0.29.3"
},
{
"name": "language-toml",
"version": "0.18.1"
},
{
"name": "language-typescript",
"version": "0.2.2"
},
{
"name": "language-xml",
"version": "0.35.2"
},
{
"name": "language-yaml",
"version": "0.31.1"
},
{
"name": "line-ending-selector",
"version": "0.7.4"
},
{
"name": "link",
"version": "0.31.3"
},
{
"name": "linter",
"version": "2.2.0"
},
{
"name": "linter-clang",
"version": "4.1.2"
},
{
"name": "linter-cpplint",
"version": "2.0.1"
},
{
"name": "linter-docker",
"version": "0.3.2"
},
{
"name": "linter-js-yaml",
"version": "1.2.8"
},
{
"name": "linter-jsonlint",
"version": "1.3.0"
},
{
"name": "linter-pycodestyle",
"version": "2.1.3"
},
{
"name": "linter-ui-default",
"version": "1.7.1"
},
{
"name": "mac-fix-path",
"version": "0.0.0"
},
{
"name": "markdown-pdf",
"version": "2.1.0"
},
{
"name": "markdown-preview",
"version": "0.159.18"
},
{
"name": "markdown-preview-enhanced",
"version": "0.15.5"
},
{
"name": "markdown-preview-plus",
"version": "2.4.15"
},
{
"name": "markdown-table-formatter",
"version": "2.9.2"
},
{
"name": "markdown-writer",
"version": "2.7.3"
},
{
"name": "merge-conflicts",
"version": "1.4.5"
},
{
"name": "metrics",
"version": "1.2.6"
},
{
"name": "minimap",
"version": "4.29.8"
},
{
"name": "minimap-cursorline",
"version": "0.2.0"
},
{
"name": "minimap-find-and-replace",
"version": "4.5.2"
},
{
"name": "minimap-git-diff",
"version": "4.3.1"
},
{
"name": "minimap-linter",
"version": "2.1.3"
},
{
"name": "multiline-tab",
"version": "0.2.1"
},
{
"name": "native-ui",
"version": "0.26.1",
"theme": "ui"
},
{
"name": "new-tab",
"version": "0.5.3"
},
{
"name": "notifications",
"version": "0.69.2"
},
{
"name": "octocat-syntax",
"version": "2.2.1",
"theme": "syntax"
},
{
"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.3.1"
},
{
"name": "open-recent",
"version": "5.0.0"
},
{
"name": "package-generator",
"version": "1.1.1"
},
{
"name": "pdf-view",
"version": "0.69.0"
},
{
"name": "plantuml-preview",
"version": "0.12.9"
},
{
"name": "plantuml-viewer",
"version": "0.7.2"
},
{
"name": "platformio-ide-terminal",
"version": "2.8.0"
},
{
"name": "python-autopep8",
"version": "0.1.3"
},
{
"name": "release-notes",
"version": "0.53.0"
},
{
"name": "rst-preview-pandoc",
"version": "0.1.12"
},
{
"name": "run-in-browser",
"version": "0.1.3"
},
{
"name": "script",
"version": "3.17.3"
},
{
"name": "sequence-diagram",
"version": "0.0.2"
},
{
"name": "settings-view",
"version": "0.253.0"
},
{
"name": "slack-ui",
"version": "0.8.0",
"theme": "ui"
},
{
"name": "snippets",
"version": "1.1.9"
},
{
"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.3"
},
{
"name": "status-bar",
"version": "1.8.14"
},
{
"name": "styleguide",
"version": "0.49.8"
},
{
"name": "svg-preview",
"version": "0.12.1"
},
{
"name": "symbols-tree-nav",
"version": "0.15.5"
},
{
"name": "symbols-tree-view",
"version": "0.14.0"
},
{
"name": "symbols-view",
"version": "0.118.1"
},
{
"name": "sync-settings",
"version": "0.8.6"
},
{
"name": "table-editor",
"version": "0.2.2"
},
{
"name": "tablr",
"version": "1.8.3"
},
{
"name": "tabs",
"version": "0.109.1"
},
{
"name": "tango-syntax",
"version": "0.5.0",
"theme": "syntax"
},
{
"name": "timecop",
"version": "0.36.0"
},
{
"name": "tool-bar",
"version": "1.1.7"
},
{
"name": "tool-bar-atom",
"version": "1.7.0"
},
{
"name": "tool-bar-main",
"version": "0.0.11"
},
{
"name": "tool-bar-markdown-writer",
"version": "0.3.1"
},
{
"name": "tree-view",
"version": "0.221.3"
},
{
"name": "tree-view-git-status",
"version": "1.5.0"
},
{
"name": "update-package-dependencies",
"version": "0.12.0"
},
{
"name": "vs-dark-syntax",
"version": "1.1.0",
"theme": "syntax"
},
{
"name": "welcome",
"version": "0.36.6"
},
{
"name": "whitespace",
"version": "0.37.5"
},
{
"name": "wrap-guide",
"version": "0.40.2"
},
{
"name": "xml-formatter",
"version": "0.11.0"
}
]
{
"atom-beautify": {
"_analyticsUserId": "8603c951-44d0-416b-a454-d07bb587ec56"
},
"atom-ctags": {
"GotoSymbolClick": "middle click"
},
"atom-package-deps": {
"ignored": [
"minimap-linter"
]
},
"atom-terminal": {
"MacWinRunDirectly": true,
"app": "C:\\Program Files\\Git\\bin\\bash.exe"
},
"autocomplete-python": {
"useKite": false
},
"build": {
"saveOnBuild": true
},
"build-make": {
"jobs": 1,
"useMake": true
},
"clang-format": {
"executable": "/usr/local/bin/clang-format",
"formatCOnSave": true,
"formatCPlusPlusOnSave": true
},
"core": {
"automaticallyUpdate": false,
"customFileTypes": {
"text.ignore": [
".dockerignore"
]
},
"disabledPackages": [
"build-tools",
"markdown-preview",
"language-gfm",
"linter-clang",
"autocomplete-paths",
"symbols-tree-view",
"markdown-preview-plus",
"plantuml-viewer",
"git-control"
],
"excludeVcsIgnoredPaths": false,
"followSymlinks": false,
"fontFamily": "Ricty Diminished",
"packagesWithKeymapsDisabled": [
"rst-preview-pandoc",
"sequence-diagram"
],
"projectHome": "/Users/yamamoto/github;W:\\Tokyo\\Home\\kyamamot\\common\\GitHub",
"telemetryConsent": "limited"
},
"editor": {
"autoIndentOnPaste": false,
"fontFamily": "Ricty Diminished",
"fontSize": 16,
"invisibles": {
"space": "・"
},
"preferredLineLength": 120,
"showIndentGuide": true,
"showInvisibles": true,
"softWrap": true,
"tabType": "soft"
},
"env-from-shell": {},
"exception-reporting": {
"userId": "c0f93413-c741-7241-14bf-43814d23c99c"
},
"git-control": {
"showGitFlowButton": false
},
"git-diff": {
"showIconsInEditorGutter": true
},
"git-plus": {
"general": {
"_analyticsUserId": "e7b1f086-c413-41b4-94e2-f0e19c04973e"
}
},
"git-projects": {
"rootPath": "/home/yamamoto/workspace/;/Users/yamamoto/Documents/workspace/GitHub;/Users/yamamoto/.pandoc",
"sortBy": "Latest modification date"
},
"highlight-line": {
"enableSelectionBorder": true,
"enableUnderline": true
},
"latex": {
"engine": "xelatex"
},
"linter": {},
"linter-cpplint": {
"filters": "google",
"lineLength": 120
},
"linter-pycodestyle": {
"maxLineLength": 120
},
"linter-ui-default": {
"hidePanelWhenEmpty": true,
"panelHeight": 94
},
"markdown-preview": {
"useGitHubStyle": true
},
"markdown-preview-enhanced": {
"automaticallyShowPreviewOfMarkdownBeingEdited": false,
"breakOnSingleNewline": false,
"enableWikiLinkSyntax": false,
"exportPDFPageFormat": "A4",
"fileExtension": ".md, .mmark, .markdown, .txt",
"frontMatterRenderingOption": "code block",
"imageFolderPath": "/images",
"latexEngine": "xelatex",
"liveUpdate": false,
"mathRenderingOption": "MathJax",
"mermaidTheme": "mermaid.dark.css",
"openPreviewPaneAutomatically": false,
"pandocArguments": "--filter=/usr/local/bin/pandocker-rmnote, --filter=/usr/local/bin/pantable, --filter=/usr/local/bin/pandocker-listingtable, --filter=/usr/local/bin/pandocker-listingtable-inline, --filter=/usr/local/bin/pandocker-bitfield, --filter=/usr/local/bin/pandocker-bitfield-inline, --filter=/usr/local/bin/pandocker-wavedrom-inline, --filter=/usr/local/bin/pandocker-aafigure, --filter=/usr/local/bin/pandocker-aafigure-inline, --filter=/usr/local/bin/pandocker-rotateimage, --filter=/usr/local/bin/pandocker-rotateimage-inline,--filter=/usr/local/bin/pandoc-crossref, --toc, --listings",
"pandocMarkdownFlavor": "markdown+east_asian_line_breaks+emoji",
"pandocPath": "/usr/local/bin/pandoc",
"printBackground": false
},
"markdown-preview-plus": {
"enablePandoc": true,
"pandocArguments": [
"--smart",
"--standalone",
"--number-sections"
],
"pandocMarkdownFlavor": "markdown+ignore_line_breaks+header_attributes+escaped_line_breaks+implicit_figures",
"pandocPath": "c:/Users/kyamamot/AppData/Roaming/cabal/bin/pandoc",
"useGitHubStyle": true
},
"markdown-table-formatter": {
"autoSelectEntireDocument": false,
"formatOnSave": false
},
"merge-conflicts": {
"gitPath": "/usr/bin/git"
},
"minimap": {
"adjustAbsoluteModeHeight": true,
"disablePythonDocLinks": true,
"displayMinimapOnLeft": true,
"plugins": {
"cursorline": true,
"cursorlineDecorationsZIndex": 0,
"find-and-replace": true,
"find-and-replaceDecorationsZIndex": 0,
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"linter": true,
"linterDecorationsZIndex": 0
}
},
"open-recent": {},
"pdf-view": {
"fitToWidthOnOpen": true
},
"plantuml-preview": {
"jarLocation": "/usr/local/Cellar/plantuml/1.2017.18/libexec/plantuml.jar"
},
"platformio-ide-terminal": {
"ansiColors": {
"normal": {
"blue": "#4180ff",
"red": "#d84800"
},
"zBright": {
"brightBlue": "#3dacff",
"brightRed": "#ff4c00"
}
},
"core": {
"autoRunCommand": "source ~/git_bashrc/bashrc;clear",
"scrollback": 3000,
"shell": "bash",
"shellArguments": "--login -i"
},
"customTexts": {},
"iconColors": {
"blue": "#4180ff"
},
"style": {
"animationSpeed": 100,
"defaultPanelHeight": "500px",
"fontFamily": "Ricty Diminished",
"fontSize": "16"
},
"toggles": {
"autoClose": true
}
},
"python-autopep8": {
"formatOnSave": true,
"maxLineLength": 120
},
"rst-preview-pandoc": {
"pandocOpts": "-fmarkdown_github -thtml --webtex"
},
"spell-check": {
"addKnownWords": true,
"knownWords": [
"setup.py"
]
},
"svg-preview": {
"openPreviewAutomatically": true
},
"symbols-tree-nav": {
"collapsedByDefault": true,
"colorsFromSyntaxTheme": true,
"scrollAnimation": false,
"zzAlternativeCtagsBinary": "/usr/local/bin/ctags"
},
"symbols-tree-view": {
"autoToggle": true
},
"sync-settings": {
"checkForUpdatedBackup": false,
"removeObsoletePackages": true
},
"tablr": {
"csvEditor": {},
"tableEditor": {}
},
"term2": {
"autoRunCommand": "source $HOME/.bashrc",
"cursorBlink": false,
"fontFamily": "Ricty Diminished",
"openPanesInSameSplit": true,
"shellArguments": "/c \"C:\\Program Files\\Git\\bin\\bash.exe\""
},
"term3": {
"autoRunCommand": "source $HOME/.bashrc",
"fontFamily": "VL Gothic"
},
"terminal-plus": {
"ansiColors": {
"normal": {
"blue": {
"alpha": 1,
"blue": 255,
"green": 128,
"red": 0
}
},
"zBright": {
"brightBlack": {
"alpha": 1,
"blue": 192,
"green": 192,
"red": 192
},
"brightBlue": {
"alpha": 1,
"blue": 255,
"green": 128,
"red": 0
}
}
},
"core": {
"autoRunCommand": "source $HOME/git_bashrc/bashrc;clear",
"scrollback": 3000,
"shell": "C:/Program Files/Git/bin/bash.exe",
"shellArguments": "--login -i",
"workingDirectory": "Active File"
},
"iconColors": {
"blue": {
"alpha": 1,
"blue": 255,
"green": 128,
"red": 0
}
},
"style": {
"animationSpeed": 0,
"defaultPanelHeight": "500px",
"fontFamily": "Ricty Diminished",
"fontSize": "16"
},
"toggles": {
"autoClose": true
}
},
"tool-bar": {
"iconSize": "16px",
"position": "Left"
},
"tool-bar-markdown-writer": {
"visibility": "showButtonsOnAll"
},
"tree-view": {},
"tree-view-git-branch": {
"location": "top",
"separator": true
},
"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'
#
# Each scope (e.g. '.source.coffee' above) can only be declared once.
#
# This file uses CoffeeScript Object Notation (CSON).
# If you are unfamiliar with CSON, you can read more about it in the
# Atom Flight Manual:
# https://atom.io/docs/latest/using-atom-basic-customization#cson
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed and saved.
*
* Add your own CSS or Less to fully customize Atom.
* If you are unfamiliar with Less, you can read more about it here:
* http://lesscss.org
*/
/*
* Examples
* (To see them, uncomment and save)
*/
// style the background color of the tree view
.tree-view {
// background-color: whitesmoke;
}
// style the background and foreground colors on the atom-text-editor-element itself
atom-text-editor {
// color: white;
// background-color: hsl(180, 24%, 12%);
}
// To style other content in the text editor's shadow DOM, use the ::shadow expression
atom-text-editor::shadow .cursor {
// border-color: red;
}
@font-family: "VL Gothic", sans-serif;
.markdown-preview{
font-family: @font-family;
}
atom-text-editor::shadow .bracket-matcher .region {
border: 1px solid rgba(222, 149, 54, 0.6);
border-radius: 3px;
background-color: rgba(255, 217, 0, 0.3);
z-index: 100;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment