From e2680e5684e097ffc1a8d6130024fc69e9b6ff7b Mon Sep 17 00:00:00 2001 From: nformis <91755845+nformis@users.noreply.github.com> Date: Thu, 21 Oct 2021 00:31:36 -0300 Subject: [PATCH] Update sublime-text.md (#1718) Added shortcuts to moving and deleting lines --- sublime-text.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sublime-text.md b/sublime-text.md index 7620912a6..3e745d575 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