From 3be533efed5b500cca6227eb3f3f2893dd69c490 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 26 Oct 2017 14:49:46 +0800 Subject: [PATCH] Atom: fix capitalization --- atom.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/atom.md b/atom.md index ee52358c7..fe02d349b 100644 --- a/atom.md +++ b/atom.md @@ -64,32 +64,32 @@ See: [Symbols view](https://atom.io/packages/symbols-view) | Shortcut | Decription | --- | --- -| `⌘d` | select word -| `⌘l` | select line +| `⌘d` | Select word +| `⌘l` | Select line | --- | --- -| `⌘↓` | move line down -| `⌘↑` | move line up +| `⌘↓` | Move line down +| `⌘↑` | Move line up | --- | --- -| `⌘⏎` | new line below -| `⌘⇧⏎` | new line above +| `⌘⏎` | New line below +| `⌘⇧⏎` | New line above | --- | --- -| `⌘⇧k` | delete line -| `⌘⇧d` | duplicate line +| `⌘⇧k` | Delete line +| `⌘⇧d` | Duplicate line {: .-shortcuts} ### Project | Shortcut | Description | --- | --- -| `⌘⇧p` | command palette -| `⌘⇧a` | add project folder +| `⌘⇧p` | Command palette +| `⌘⇧a` | Add project folder | --- | --- -| `⌘n` | new file -| `⌘⇧n` | new window +| `⌘n` | New file +| `⌘⇧n` | New window | --- | --- -| `⌘f` | find in file -| `⌘⇧f` | find in project -| `⌘t` | search files in project +| `⌘f` | Find in file +| `⌘⇧f` | Find in project +| `⌘t` | Search files in project {: .-shortcuts} ## Notes