Skip to content

Instantly share code, notes, and snippets.

@gubi
Last active May 13, 2022 13:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gubi/7b36188f924d9863f9b5 to your computer and use it in GitHub Desktop.
Save gubi/7b36188f924d9863f9b5 to your computer and use it in GitHub Desktop.
Packages installed in Atom

Featured

  • Autocomplete
  • Autocomplete Plus
  • Zen
  • Color Picker
  • Linter
  • Linter Php
  • Linter csslint
  • Linter Jshint
  • Linter Jsonlint
  • Sort Lines
  • Travis Ci Status
  • File Icons

Php

  • Php Getters Setters

Others

GIT

Formatting

  • Markdown Format Package
  • Format Sql
  • Xml Formatter
  • Pretty Json

Various

  • Docblockr
  • Atom Bootstrap3
  • Base64
  • Url Encode
Previews
  • Pdf View
  • Geojson Preview
  • Atom Html Preview
  • Mobile Preview
  • Svg Preview
# 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'
#
# '.workspace':
# 'ctrl-P': 'core:move-up'
# 'ctrl-p': 'core:move-down'
#
'.platform-linux .editor':
'F9': 'tree-view:toggle'
'.workspace .editor:not(.mini)':
'ctrl-enter': 'autocomplete:toggle'
'ctrl-\\': 'editor:toggle-line-comments'
'.editor:not(.mini)':
'ctrl-shift-G': 'gist-it:gist-current-file'
'alt-shift-G': 'gist-it:gist-selection'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment