Skip to content
Yuqi Wu edited this page Aug 27, 2016 · 13 revisions

Package

activate-power-mode

atom-beautify

column-select

cursor-history : ctrl+i, ctrl+o go/back to cursor position history

dash : ctrl + h to show 150+ API documentation sets from many languages and frameworks

fuzzy-finder : quick find file

go-outline : for go lang outline

git-line : ctrl+alt+cmd+b tooltip with git-blame information about current line

markdown-preview-enhanced

open-in-browsers

react

seti-icons

symbol-gen : Generate symbols with cmd-alt-g so you can fuzzy search for symbols across your project. (don't know how to use)

terminal-status (optional)

linter-ruby : check ruby code error on save

linter-eslint : check es code error on save

linter-jsonlint

linter-csslint

linter-jshint

linter-javac

linter-xmllint

linter-golinter

KeyMap

cmd + t / cmd + p : find file by file name/path in current project

cmd + r : find variable or function in current file

cmd + b : browse list of open files

cmd + w : quick close current tab

ctrl + m : Go to matching bracket ()

ctrl + g : quick go to line

ctrl+i, ctrl+o go/back to cursor position history

cmd + shift + p : atom command palette

ctrl + shift + m : markdown preview

alt + shift + s : show available code snippets

ctrl + alt + m : Select code inside matching brackets

cmd + alt + <- / -> : Cursor history, cursor back / forward

Clone this wiki locally