Update atom

This commit is contained in:
Rico Sta. Cruz 2017-10-26 14:46:25 +08:00
parent 9f8cc3c40e
commit 0115bf5915
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 46 additions and 2 deletions

48
atom.md
View File

@ -30,8 +30,8 @@ Shortcuts
| --- | --- | | --- | --- |
| `⌘k` `←` | Split pane to the left | | `⌘k` `←` | Split pane to the left |
| --- | --- | | --- | --- |
| `⌘=` | Grow pane | | `=` | Grow pane |
| `⌘-` | Shrink pane | | `-` | Shrink pane |
| --- | --- | | --- | --- |
| `^⇧←` | Move tab to left | | `^⇧←` | Move tab to left |
{: .-shortcuts} {: .-shortcuts}
@ -59,3 +59,47 @@ See: [Symbols view](https://atom.io/packages/symbols-view)
| `^⇧9` | Show Git pane | | `^⇧9` | Show Git pane |
| `^⇧8` | Show GitHub pane | | `^⇧8` | Show GitHub pane |
{: .-shortcuts} {: .-shortcuts}
### Editing
| Shortcut | Decription
| --- | ---
| `⌘d` | select word
| `⌘l` | select line
| --- | ---
| `⌘↓` | move line down
| `⌘↑` | move line up
| --- | ---
| `⌘⏎` | new line below
| `⌘⇧⏎` | new line above
| --- | ---
| `⌘⇧k` | delete line
| `⌘⇧d` | duplicate line
{: .-shortcuts}
### Project
| Shortcut | Description
| --- | ---
| `⌘⇧p` | command palette
| `⌘⇧a` | add project folder
| --- | ---
| `⌘n` | new file
| `⌘⇧n` | new window
| --- | ---
| `⌘f` | find in file
| `⌘⇧f` | find in project
| `⌘t` | search files in project
{: .-shortcuts}
## Notes
### ⌘
- For Windows and Linux, `⌘` is the `Control` key.
- For macOS, it's the `Command` key.
### ⌥
- For Windows and Linux, `⌥` is the `Alt` key.
- For macOS, it's the `Option` key.