Created
November 13, 2008 20:38
-
-
Save subtleGradient/24610 to your computer and use it in GitHub Desktop.
Shortcuts and Functionality needed in Espresso
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
| escape - completion of words in the current document | |
| ⌘/ - comment selection/line with line comments | |
| ⌘⌥/ - comment selection/line with block comment | |
| command option . - close current HTML/XML tag | |
| command-shift-l - select current line | |
| command-option-a - edit all selected rows | |
| command-option-return - insert terminator at end of line | |
| command-shift-t - select file by name / focus project search | |
| command-ctrl-t - select command/snippet by name | |
| cmd-e - set selection as search | |
| cmd-shift-e - set selection as replace | |
| cmd-ctrl-f - replace all | |
| cmd-ctrl-shift-f - replace all in selection | |
| cmd-opt-r - toggle regex searching (when search bar has focus) | |
| ctrl-shift-d - duplicate current line/selection | |
| command ] / [ - indent/undent | |
| command-ctrl-up/down/left/right - move selected text | |
| f1 - fold current scope | |
| ctrl-f1 - select current fold | |
| ctrl-opt-b - Select current scope | |
| cmd-shift-b - Select balanced html/xml tags | |
| cmd-shift-b - Select balanced characters EG: () [] {} <> | |
| cmd-opt-i - toggle invisible characters | |
| cmd + - resize text up | |
| cmd - - resize text down | |
| something? - Show Scope Inspector Palette |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment