Adding ctrl+shift+l shortcut to enable multiple lines editing
This commit is contained in:
parent
30153ac573
commit
bd32c29d74
|
@ -8,7 +8,8 @@ layout: 2017/sheet
|
||||||
|
|
||||||
| `⌘ D` | select current word (repeat to include next instance of word) |
|
| `⌘ D` | select current word (repeat to include next instance of word) |
|
||||||
| `⌘ L` | select current line (repeat to include next line) |
|
| `⌘ 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) |
|
| `Ctrl ⇧ M` | select to curly or angle brackets (repeat to expand) |
|
||||||
{: .-shortcuts}
|
{: .-shortcuts}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue