Adding ctrl+shift+l shortcut to enable multiple lines editing

This commit is contained in:
Rizqy H 2017-10-27 18:09:55 +07:00
parent 30153ac573
commit bd32c29d74
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ layout: 2017/sheet
| `⌘ D` | select current word (repeat to include next instance of word) |
| `⌘ L` | select current line (repeat to include next line) |
| `⌘ ⇧ A` | select text inside tag (repeat to expand) |
| `⌘ ⇧ L` | split selection into multiple lines |
| `⌘ ⇧ A` | select text inside tag (repeat to expand) |
| `Ctrl ⇧ M` | select to curly or angle brackets (repeat to expand) |
{: .-shortcuts}