This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Atom Cheatsheet (Linux version). | |
# Project Key Bindings. | |
- 'ctrl-shift-p': open the command palette. | |
- 'ctrl-p' or 'ctrl-t': open the fuzzy finder to find a file. | |
- 'ctrl-b': look for a file that is already open. | |
- 'ctrl-shift-b': search the list of files modified and untracked in your project repository. | |
- 'ctrl-0': open and focus the the tree view. |