Update atom.md (#1707)
This commit is contained in:
parent
a6de3c7882
commit
88f171cba2
32
atom.md
32
atom.md
|
@ -2,7 +2,7 @@
|
||||||
title: Atom
|
title: Atom
|
||||||
category: Apps
|
category: Apps
|
||||||
layout: 2017/sheet
|
layout: 2017/sheet
|
||||||
updated: 2018-06-14
|
updated: 2021-09-10
|
||||||
---
|
---
|
||||||
|
|
||||||
## Shortcuts
|
## Shortcuts
|
||||||
|
@ -25,14 +25,14 @@ updated: 2018-06-14
|
||||||
|
|
||||||
### View
|
### View
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| -------- | ---------------------- |
|
| -------- | ---------------------- |
|
||||||
| `⌘k` `←` | Split pane to the left |
|
| `⌘k` `←,→,↑,↓` | Split pane to the left, right, up, or down |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `⌘⌥=` | Grow pane |
|
| `⌘⌥=` | Grow pane |
|
||||||
| `⌘⌥-` | Shrink pane |
|
| `⌘⌥-` | Shrink pane |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `^⇧←` | Move tab to left |
|
| `^⇧←`/`^⇧→` | Move tab to left/right |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
### Bracket matcher
|
### Bracket matcher
|
||||||
|
@ -40,7 +40,7 @@ updated: 2018-06-14
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| -------- | ------------------------------ |
|
| -------- | ------------------------------ |
|
||||||
| `^m` | Go to matching bracket |
|
| `^m` | Go to matching bracket |
|
||||||
| `^]` | Remove brackets from selection |
|
| `^⌫` | Remove brackets from selection |
|
||||||
| `^⌘m` | Select inside brackets |
|
| `^⌘m` | Select inside brackets |
|
||||||
| `⌥⌘.` | Close tag |
|
| `⌥⌘.` | Close tag |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
@ -49,7 +49,7 @@ updated: 2018-06-14
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| -------- | -------------------------------- |
|
| -------- | -------------------------------- |
|
||||||
| `^⌥↓` | Jump to declaration under cursor |
|
| `⌥⌘↓` | Jump to declaration under cursor |
|
||||||
| `^⇧r` | Show tags |
|
| `^⇧r` | Show tags |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
|
@ -59,6 +59,8 @@ See: [Symbols view](https://atom.io/packages/symbols-view)
|
||||||
|
|
||||||
### Git
|
### Git
|
||||||
|
|
||||||
|
| Shortcut | Description |
|
||||||
|
| -------- | ------------------------------ |
|
||||||
| `^⇧9` | Show Git pane |
|
| `^⇧9` | Show Git pane |
|
||||||
| `^⇧8` | Show GitHub pane |
|
| `^⇧8` | Show GitHub pane |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
@ -70,13 +72,13 @@ See: [Symbols view](https://atom.io/packages/symbols-view)
|
||||||
| `⌘d` | Select word |
|
| `⌘d` | Select word |
|
||||||
| `⌘l` | Select line |
|
| `⌘l` | Select line |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `⌘↓` | Move line down |
|
| `^⌘↑` | Move line up |
|
||||||
| `⌘↑` | Move line up |
|
| `^⌘↓` | Move line down |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `⌘⏎` | 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}
|
||||||
|
|
||||||
|
@ -85,7 +87,7 @@ See: [Symbols view](https://atom.io/packages/symbols-view)
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| -------- | ----------------------- |
|
| -------- | ----------------------- |
|
||||||
| `⌘⇧p` | Command palette |
|
| `⌘⇧p` | Command palette |
|
||||||
| `⌘⇧a` | Add project folder |
|
| `⌘⇧o` | Add project folder |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
| `⌘n` | New file |
|
| `⌘n` | New file |
|
||||||
| `⌘⇧n` | New window |
|
| `⌘⇧n` | New window |
|
||||||
|
|
Loading…
Reference in New Issue