- Get it
- Basic Setup
- To access it:
atom ~/.bash_profile - Useful aliases and functions:
alias ..='cd ..'alias ga='git add'alias gs='git status'alias gc='git commit -m'alias gb='git checkout -b'alias clone='git clone'- function:
function md { mkdir $1; cd $1; } - Customizing Command Prompt
- command - tab
- command - space
- command - `
- ctrl - command - space
- ctrl - tab
- Ruby Block
- File Icons
- Zen Tabs
- Themes
- go wild
- Auto Save
- Show invisibles
- Panes cmd-k cmd-direction
- fuzzy find cmd-t
- cmd-\ open/close directory
- ctrl-0 move between directory and editor pane
- Spectacle- easily move windows into convenient locations
- Flux- lower eye strain while working late