From 99d44bb99fe6b1bc351e663ace1977776cfe24e5 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Mon, 16 Oct 2017 22:59:57 +0800 Subject: [PATCH] Update some layouts --- awscli.md | 11 +++++------ deis.md | 5 ++++- inkscape.md | 22 ++++++++++++++-------- sublime-text.md | 30 ++++++++++++++---------------- 4 files changed, 37 insertions(+), 31 deletions(-) diff --git a/awscli.md b/awscli.md index b68e8dae2..e6e1fce57 100644 --- a/awscli.md +++ b/awscli.md @@ -1,6 +1,7 @@ --- title: AWS CLI category: Devops +layout: 2017/sheet --- ### EC2 @@ -46,16 +47,14 @@ aws configure eb config ``` -See: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html +See: ## ebextensions -* see -* see +* +* ----- - -See: +## Also see * [AWS CLI](https://aws.amazon.com/cli/) * [Documentation](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) diff --git a/deis.md b/deis.md index 587b48ae5..e2b871aaf 100644 --- a/deis.md +++ b/deis.md @@ -1,6 +1,7 @@ --- title: Deis category: Devops +layout: 2017/sheet --- ### Deploy @@ -60,8 +61,10 @@ deis limits:set web=1024 --cpu deis perms:create otheruser ``` -### [SSL](http://docs.deis.io/en/latest/using_deis/app-ssl/) +### SSL ``` deis certs:add server.crt server.key ``` + +See: [SSL](http://docs.deis.io/en/latest/using_deis/app-ssl/) diff --git a/inkscape.md b/inkscape.md index cb77d65c3..501894839 100644 --- a/inkscape.md +++ b/inkscape.md @@ -1,25 +1,31 @@ --- title: Inkscape category: Apps +layout: 2017/sheet +tags: [WIP] --- ### All - - = - Zoom in/out - 3 4 - Zoom to selection / drawing - 5 6 - Zoom to page / page width +| `-` _/_ `=` | Zoom in/out +| `3` _/_ `4` | Zoom to selection / drawing +| `5` _/_ `6` | Zoom to page / page width +{: .-shortcuts} ### Select tool (F1) - [ ] - Rotate +| `[ ]` | Rotate +{: .-shortcuts} ### Edit path (F2) - Ctrl - constraint +| `Ctrl` | constraint +{: .-shortcuts} -Dragging an anchor handle +### Dragging an anchor handle - ctrl - snap to 15 degrees - alt - ? +| `Ctrl` | snap to 15 degrees +| `Alt` | ? +{: .-shortcuts} ### Bezier (Shift F6) diff --git a/sublime-text.md b/sublime-text.md index 843642df1..1dde2aa6c 100644 --- a/sublime-text.md +++ b/sublime-text.md @@ -1,6 +1,7 @@ --- title: Sublime Text category: Apps +layout: 2017/sheet --- ### Select & Expand @@ -9,22 +10,20 @@ category: Apps | `⌘ L` | select current line (repeat to include next line) | | `⌘ ⇧ A` | select text inside tag (repeat to expand) | | `Ctrl ⇧ M` | select to curly or angle brackets (repeat to expand) | -{:.shortcuts} +{: .-shortcuts} -_Replace ⌘ with Ctrl on Windows and Linux._ +Replace ⌘ with Ctrl on Windows and Linux. ### Code Folding -| `⌘ Option [` | fold closest block | -| `⌘ Option ]` | unfold closest block | -| `⌘ K, ⌘ 1` | fold all first level code blocks | -| `⌘ K, ⌘ 2` | fold all second level code blocks | -| `⌘ K, ⌘ 3 (etc)` | fold all third level code blocks (etc) | -| `⌘ K, ⌘ T` | fold all HTML attributes | -| `⌘ K, ⌘ 0` | unfold everything | -{:.shortcuts} - -_Replace ⌘ with Ctrl on Windows and Linux._ +| `⌘ Alt [` | fold closest block | +| `⌘ Alt ]` | unfold closest block | +| `⌘ K` `⌘ 1` | fold all first level code blocks | +| `⌘ K` `⌘ 2` | fold all second level code blocks | +| `⌘ K` `⌘ 3 (etc)` | fold all third level code blocks (etc) | +| `⌘ K` `⌘ T` | fold all HTML attributes | +| `⌘ K` `⌘ 0` | unfold everything | +{: .-shortcuts} ### Goto @@ -32,14 +31,13 @@ _Replace ⌘ with Ctrl on Windows and Linux._ | `⌘ P, :` | goto line number (enter number after `:`) | | `⌘ P, #` | goto and list fuzzy-matches of string (enter characters after `#`) | | `⌘ P, @` | goto and list symbol (begin typing symbol name after `@`) | -{:.shortcuts} - -_Replace ⌘ with Ctrl on Windows and Linux._ +{: .-shortcuts} ### Command line -Use `subl` to open files in Sublime from the terminal. ```sh $ subl . $ subl README.md ``` + +Use `subl` to open files in Sublime from the terminal.