Update sublime-text.md (#1718)

Added shortcuts to moving and deleting lines
This commit is contained in:
nformis 2021-10-21 00:31:36 -03:00 committed by GitHub
parent f6faef05d8
commit e2680e5684
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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