Update atom
This commit is contained in:
parent
9f8cc3c40e
commit
0115bf5915
48
atom.md
48
atom.md
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue