Atom: fix capitalization
This commit is contained in:
parent
60247db768
commit
3be533efed
30
atom.md
30
atom.md
|
@ -64,32 +64,32 @@ See: [Symbols view](https://atom.io/packages/symbols-view)
|
||||||
|
|
||||||
| Shortcut | Decription
|
| Shortcut | Decription
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘d` | select word
|
| `⌘d` | Select word
|
||||||
| `⌘l` | select line
|
| `⌘l` | Select line
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘↓` | move line down
|
| `⌘↓` | Move line down
|
||||||
| `⌘↑` | move line up
|
| `⌘↑` | Move line up
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘⏎` | new line below
|
| `⌘⏎` | New line below
|
||||||
| `⌘⇧⏎` | new line above
|
| `⌘⇧⏎` | New line above
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘⇧k` | delete line
|
| `⌘⇧k` | Delete line
|
||||||
| `⌘⇧d` | duplicate line
|
| `⌘⇧d` | Duplicate line
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Project
|
### Project
|
||||||
|
|
||||||
| Shortcut | Description
|
| Shortcut | Description
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘⇧p` | command palette
|
| `⌘⇧p` | Command palette
|
||||||
| `⌘⇧a` | add project folder
|
| `⌘⇧a` | Add project folder
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘n` | new file
|
| `⌘n` | New file
|
||||||
| `⌘⇧n` | new window
|
| `⌘⇧n` | New window
|
||||||
| --- | ---
|
| --- | ---
|
||||||
| `⌘f` | find in file
|
| `⌘f` | Find in file
|
||||||
| `⌘⇧f` | find in project
|
| `⌘⇧f` | Find in project
|
||||||
| `⌘t` | search files in project
|
| `⌘t` | Search files in project
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
Loading…
Reference in New Issue