From f2195394f7406982c43bd9442e65d45bb6d58ce2 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 21 Oct 2021 23:55:05 +0900 Subject: [PATCH] Regular updates --- bash.md | 4 ++-- fastify.md | 4 ++-- sublime-text.md | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bash.md b/bash.md index 1943cb1..a7174ee 100644 --- a/bash.md +++ b/bash.md @@ -346,8 +346,8 @@ fi | Expression | Description | | --- | --- | | `$#` | Number of arguments | -| `$*` | All postional arguments (as a single word) | -| `$@` | All postitional arguments (as separate strings) | +| `$*` | All positional arguments (as a single word) | +| `$@` | All positional arguments (as separate strings) | | `$1` | First argument | | `$_` | Last argument of the previous command | diff --git a/fastify.md b/fastify.md index 679ecdb..e079470 100644 --- a/fastify.md +++ b/fastify.md @@ -180,7 +180,7 @@ fastify.route({ By defining a JSON schema, you get validation and improved performance. -See: [Validation and serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-And-Serialization.md) +See: [Validation and serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-and-Serialization.md) Plugins ------- @@ -277,7 +277,7 @@ fastify.use(require('x-xss-protection')()) Compatible with Express and Restify middlewares. (Don't use these middleware, these are covered by [fastify-helmet](https://github.com/fastify/fastify-helmet).) -See: [Middlewares](https://github.com/fastify/fastify/blob/master/docs/Middlewares.md) +See: [Middlewares](https://github.com/fastify/fastify/blob/master/docs/Middleware.md) Template rendering ------------------ diff --git a/sublime-text.md b/sublime-text.md index 7620912..3e745d5 100644 --- a/sublime-text.md +++ b/sublime-text.md @@ -30,6 +30,9 @@ Replace ⌘ with Ctrl on Windows and Linux. | `⌘ ⇧ D` | duplicate current line/selection | | `⌘ ⇧ K` | delete current line/selection | +| `⇧ del` | delete current line/selection | +| `⌘ ⇧ ↑` | move line up | +| `⌘ ⇧ ↓` | move line down | {: .-shortcuts} ### Goto -- 2.11.0