OSDN Git Service

Regular updates
[twpd/master.git] / atom.md
diff --git a/atom.md b/atom.md
index 8b95b4c..a9f70a0 100644 (file)
--- a/atom.md
+++ b/atom.md
@@ -2,52 +2,55 @@
 title: Atom
 category: Apps
 layout: 2017/sheet
-updated: 2017-09-20
+updated: 2021-09-10
 ---
 
-Shortcuts
----------
+## Shortcuts
 {: .-three-column}
 
 ### Tree
 
-| Shortcut | Description |
-| --- | --- |
-| `⌘\` | Toggle tree |
-| `⌘⇧\` | Reveal current file |
+| Shortcut | Description         |
+| -------- | ------------------- |
+| `⌘\`     | Toggle tree         |
+| `⌘⇧\`    | Reveal current file |
 {: .-shortcuts}
 
 ### Comments
 
-| Shortcut | Description |
-| --- | --- |
-| `⌘/` | Toggle comments |
+| Shortcut | Description     |
+| -------- | --------------- |
+| `⌘/`     | Toggle comments |
 {: .-shortcuts}
 
 ### View
 
-| Shortcut | Description |
-| --- | --- |
-| `⌘k` `←` | Split pane to the left |
-| --- | --- |
-| `⌘⌥=` | Grow pane |
-| `⌘⌥-` | Shrink pane |
-| --- | --- |
-| `^⇧←` | Move tab to left |
+| Shortcut             | Description                                     |
+| --------             | ----------------------                          |
+| `⌘k` `←,→,↑,↓`       | Split pane to the left, right, up, or down      |
+| ---                  | ---                                             |
+| `⌘⌥=`                | Grow pane                                       |
+| `⌘⌥-`                | Shrink pane                                     |
+| ---                  | ---                                             |
+| `^⇧←`/`^⇧→`          | Move tab to left/right                          |
 {: .-shortcuts}
 
 ### Bracket matcher
 
-| `^m` | Go to matching bracket |
-| `^]` | Remove brackets from selection |
-| `^⌘m` | Select inside brackets |
-| `⌥⌘.` | Close tag |
+| Shortcut | Description                    |
+| -------- | ------------------------------ |
+| `^m`     | Go to matching bracket         |
+| `^⌫`     | Remove brackets from selection |
+| `^⌘m`    | Select inside brackets         |
+| `⌥⌘.`    | Close tag                      |
 {: .-shortcuts}
 
 ### Symbols view
 
-| `^⌥↓` | Jump to declaration under cursor |
-| `^⇧r` | Show tags |
+| Shortcut | Description                      |
+| -------- | -------------------------------- |
+| `⌥⌘↓`    | Jump to declaration under cursor |
+| `^⇧r`    | Show tags                        |
 {: .-shortcuts}
 
 Symbols view enables Ctags support for Atom.
@@ -56,40 +59,42 @@ See: [Symbols view](https://atom.io/packages/symbols-view)
 
 ### Git
 
+| Shortcut | Description                    |
+| -------- | ------------------------------ |
 | `^⇧9` | Show Git pane |
 | `^⇧8` | Show GitHub pane |
 {: .-shortcuts}
 
 ### Editing
 
-| Shortcut | Description
-| ---      | ---
-| `⌘d`     | Select word
-| `⌘l`     | Select line
-| ---      | ---
-| `⌘↓`     | Move line down
-| `⌘↑`     | Move line up
-| ---      | ---
-| `⌘⏎`     | New line below
-| `⌘⇧⏎`    | New line above
-| ---      | ---
-| `⌘⇧k`    | Delete line
-| `⌘⇧d`    | Duplicate line
+| Shortcut | Description    |
+| -------- | -------------- |
+| `⌘d`     | Select word    |
+| `⌘l`     | Select line    |
+| ---      | ---            |
+| `^⌘↑`     | Move line up   |
+| `^⌘↓`     | Move line down |
+| ---      | ---            |
+| `⌘⏎`     | 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
+| Shortcut | Description             |
+| -------- | ----------------------- |
+| `⌘⇧p`    | Command palette         |
+| `⌘⇧o`    | Add project folder      |
+| ---      | ---                     |
+| `⌘n`     | New file                |
+| `⌘⇧n`    | New window              |
+| ---      | ---                     |
+| `⌘f`     | Find in file            |
+| `⌘⇧f`    | Find in project         |
+| `⌘t`     | Search files in project |
 {: .-shortcuts}
 
 ## Notes