Skip to content

Instantly share code, notes, and snippets.

@rg3915
Last active May 17, 2018 18:36
Show Gist options
  • Save rg3915/dceca65240f401c5eb3b5b7cb4023448 to your computer and use it in GitHub Desktop.
Save rg3915/dceca65240f401c5eb3b5b7cb4023448 to your computer and use it in GitHub Desktop.
Atom annotations

Atom annotations

Shortcuts

https://github.com/nwinkler/atom-keyboard-shortcuts

https://github.com/zyzo/atom-cheatsheet

C is Control
S is Shift
A is Alt

C + \ - Toggle Tree View

C + , - Settings

C + k up/down/left/right - Settings

C + / - Toggle Comment

S + A + up/down - Toggle Comment

A + f3 - Select All The Same Words At Once

C + k up/down/left/right - Split Window

C + up - Move Line Up

S + A + up/down - Column Selection

alt-f3 - Select All The Same Words At Once

C + A + [ - Fold

Plugins

Emmet

Keymap

'atom-text-editor:not([mini])':
  'tab': 'emmet:expand-abbreviation-with-tab'

emmetio/emmet-atom#503

  • autocomplete-python
  • autosave
  • django-atom
  • file-icons
  • pretty-json
  • pylama
  • minimap

Snippets

https://flight-manual.atom.io/using-atom/sections/snippets/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment