Skip to content

Commit db927df

Browse files
committed
d added "Select Next" kata and stub for "Expand Selection"
1 parent 7f646a8 commit db927df

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

KeyboardShortcutKatas/MultiCursor.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ will open the current document in VS code at the current cursor position.
5555

5656
transform `1 apple => private string apple = "apple";`
5757

58-
**HINT:** alt-shift-drag selects a column in VS Code.
59-
**HINT:** ctrl-shift-➔ selects a word.
58+
**HINT:** `alt-shift-drag` selects a column in VS Code.
59+
**HINT:** `ctrl-shift-➔` selects a word.
6060
**HINT:** You can copy/paste columns of words.
6161

6262
1 apple
@@ -66,3 +66,24 @@ transform `1 apple => private string apple = "apple";`
6666
5 mango
6767
6 grape
6868
7 dragonfruit
69+
70+
## Select Next
71+
72+
**HINT:** `ctrl-d` selects the next instance of the current word or selection.
73+
74+
Transform:
75+
`Lynx => Shark`
76+
`Dee => Doo`
77+
78+
Baby Lynx
79+
Dee dee, dee dee dee dee
80+
Baby Lynx
81+
Dee dee, dee dee dee dee
82+
Baby Lynx
83+
Dee dee, dee dee dee doo
84+
Baby Lynx
85+
86+
## Expand Selection
87+
88+
**HINT:** Expand selection shortcut: `shift-alt-➔`
89+

0 commit comments

Comments
 (0)