dexteryy / YAtom

Atom as Vim as IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAtom

  • Integrated more than 200 plugins and well tuned settings without conflicts.
  • Vim-style key mappings, which are as consistent as possible with YVim's.
  • Screenshot:

Atom screenhhost

Setup

Step 1

git clone https://github.com/dexteryy/YAtom.git ~/.atom
cp ~/.atom/config_sample.cson ~/.atom/config.cson

Step 2

Use package-sync to accomplish a "one-click install":

  • Open Atom
  • Install a plugin named 'package-sync' (apm install package-sync)
  • Restart Atom
  • Press cmd-shift-P
  • Type package sync: sync to start installing plugins
  • Wait for the installation process to complete (see the bottom bar for the process information)
  • Restart Atom

Step 3 (optional)

Install Hack font

Step 4

Done. Take a minute to get familiar with key mapping, toolbar and plugins.

Plugins

See packages.cson

Key Mappings

See keymap.cson

Toolbar

See toolbar.cson

Theme

About

Atom as Vim as IDE


Languages

Language:CSS 95.8%Language:JavaScript 4.2%