Skip to content

Instantly share code, notes, and snippets.

@Zren
Last active August 29, 2015 14:04
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 Zren/44ed2c81e67cd9c36f79 to your computer and use it in GitHub Desktop.
Save Zren/44ed2c81e67cd9c36f79 to your computer and use it in GitHub Desktop.
Zren's Atom Setup

Theme

Seti

Packages

On atom.io

  • Autocomplete Plus
    Automatically shows the autocomplete menu as you type. I keybind the confirm to enter.

  • Git Diff
    Add/Removed indicators to the gutter.

  • Open Recent
    Replaces "Open Last Item" with a sub menu similar to Sublime Text

  • Package Manager Commands
    Enable/Disable and most importantly, Reload a package from the command palette. I also keybind the "Reload Project Package" command to Ctrl+R to make developing packages a breeze.

On GitHub

I've forked and modded a few packages. Usually whenever they do something weird or are dreadfully slow to load/activate.

  • Git Plus
    I use a forked version which dynamically dumps all the commands into the command palette whenever you toggle it. My fork also automatically does a diff all on commit.

  • Misc
    Sort the Packages menu after the window loads and all packages have been loaded.

Config

Keybindings

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