1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 14:47:53 +02:00

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

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