Skip to content

Instantly share code, notes, and snippets.

@edcote
Last active November 1, 2018 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edcote/1eb9392379c66c8badd422909c88d74e to your computer and use it in GitHub Desktop.
Save edcote/1eb9392379c66c8badd422909c88d74e to your computer and use it in GitHub Desktop.
Atom editor

Atom editor

Installation

From https://flight-manual.atom.io/getting-started/sections/installing-atom/:

curl -sL https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
sudo apt-get install atom

REMEMBER Ctrl-Shift-P the MOST important command in Atom.

Packages

  • List installed packages: apm --list
  • Upgrade packages: apm --upgrade

Tips

  • Clear window state: atom --clear-window-state
  • Toggle tree view: Ctrl-\
  • Focus tree view: Alt-\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment