By Ron
Published Mar 5
122 cards
Grid View
/
This is a published deck. Feel free look around, review cards, or make changes, but you'll need to clone it to save your progress.
cursorless
95
talon
26
Z
Zip
bottomrow
New
What is the cursorless action that extracts a target as a variable using the VSCode refactor action?
"extract"
example:
"extract call air"
notes: (1) The example extracts the function call containing the decorated 'a' into its own variable.
cursorless actions
New
What is the term(spoken form) for this syntactic element: a value eg in a map / object, return statement, etc?
"value"
vc-modifiers
New
Y
Yank
toprow
New
What is the cursorless action that unfolds a given collapsed region of your source code?
"unfold"
example:
"unfold funk blue air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: a type annotation or declaration?
"type"
vc-modifiers
New
X
Plex
bottomrow
New
What is the cursorless action that folds a given uncollapsed region of your source code?
"fold"
example:
"fold funk blue air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: xml both tags?
"tags"
vc-modifiers
New
W
Whale
toprow
New
What is the cursorless action that shows quick fixes for target?
"quick fix"
example:
"quick fix air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: string?
"string"
vc-modifiers
New
V
Vest
bottomrow
New
What is the cursorless action that shows references of a target?
"reference"
example:
"reference air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: a statement, eg
let foo;
?"state"
vc-modifiers
New
U
Urge
toprow
New
What is the cursorless action that can show hover suggestions?
"hover"
example:
"hover air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: xml start tag?
"start tag"
vc-modifiers
New
T
Trap
toprow
New
What cursorless command was use in this gif below?
"if wrap son"
vc-challenges
New
What is the cursorless action that shows definition for a target?
"define"
example:
"define air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: regular expression?
"regex"
vc-modifiers
New
S
Sun
homerow
New
What cursorless command was use in this gif below?
"chuck bound box made"
vc-challenges
New
What is the cursorless action that can be used to replace
paired delimiters
of a given target?"repack"
example:
"round repack air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: the name in a declaration (eg function name)?
"name"
vc-modifiers
New
R
Red
toprow
New
What cursorless command was use in this gif below?
"change inside harp; phrase many days"
vc-challenges
New
What is the cursorless action that can be used to add
paired delimiters
to a given target?"wrap"
example:
"round wrap air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: map / object?
"map"
vc-modifiers
New
Q
Quench
toprow
New
What cursorless command was use in this gif below?
"change second word harp; word loud"
vc-challenges
New
What is the cursorless action that can be used to relocate a target?
"move"
example:
"move air to yank"
notes: (1) The example replaces "target yank" with "target air" then deletes the original "target air". (2) If the second target is omitted, the cursor position is used as the second target: "move air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: list / array?
"list"
vc-modifiers
New
P
Pit
toprow
New
What cursorless command was use in this gif below?
"take sit"
vc-challenges
New
What is the cursorless action that can be used to replace one target with another, or to use a target at the current cursor position?
"bring"
example:
"bring air to zip"
notes: (1) Inserts the given target at the cursor position if the second target is omitted: "bring air".
cursorless actions
New
What is the term(spoken form) for this syntactic element: anonymous lambda function?
"lambda"
vc-modifiers
New
O
Odd
toprow
New
What cursorless command was use in this gif below?
"take harp and air"
vc-challenges
New
What is the cursorless action that scrolls a given target to the middle of the screen?
"center"
example:
"center air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: key in a map / object?
"key"
vc-modifiers
New
N
Near
bottomrow
New
What cursorless command was use in this gif below?
"take fine past blue equals"
vc-challenges
New
What is the cursorless action that scrolls a given target to the bottom of the screen?
"bottom"
example:
"bottom air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: an entry in a map / object / list?
"item"
vc-modifiers
New
M
Made
bottomrow
New
What cursorless command was use in this gif below?
"swap arg blue bat with blue air"
vc-challenges
New
What is the cursorless action that scrolls a given target to the top of the screen?
"crown"
example:
"crown air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: if statement?
"if state"
vc-modifiers
New
L
Look
homerow
New
What cursorless command was use in this gif below?
"rename air; word happy"
vc-challenges
New
wing
hats
New
What is the cursorless action that executes vscode rename action on the given target?
"rename"
example:
"rename air"
cursorless actions
New
What is the term(spoken form) for this syntactic element: name function declaration?
"funk"
vc-modifiers
New
K
Krunch
homerow
New
What cursorless command was use in this gif below?
"pre harp slice green air"
vc-challenges
New
What is the cursorless action that inserts a new line below the current line, and moves the cursor to the newly created line?
"pour"
example:
"pour air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
empty space
?"void"
paired delimiters
New
What is the term(spoken form) for this syntactic element: the name in a function declaration?
"funk name"
vc-modifiers
New
J
Jury
homerow
New
What cursorless command was use in this gif below?
"move air"
vc-challenges
New
play
hats
New
What is the cursorless action that inserts a new line above the current line, and moves the cursor to the newly created line?
"drink"
example:
"drink air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
''
?"twin"
paired delimiters
New
What is the term(spoken form) for this syntactic element: xml end tag?
"end tag"
vc-modifiers
New
I
Sit
toprow
New
What cursorless command was use in this gif below?
"move air to harp"
vc-challenges
New
hole
hats
New
What is the cursorless action that allows targets to switch locations with each other?
"swap"
example:
"swap bat with air"
notes: (1) First target refers to the current selection when it is omitted. (2) If the targets are list targets they will be zipped together.
cursorless actions
New
What is the term(spoken form) of the paired delimiters
[]
?"box"
paired delimiters
New
What is the term(spoken form) for this syntactic element: xml element?
"element"
vc-modifiers
New
H
Harp
homerow
New
What cursorless command was use in this gif below?
"curly repack box drum"
vc-challenges
New
frame
hats
New
What is the cursorless action that copies a target?
"copy"
example:
"copy air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters ``?
"skis"
paired delimiters
New
What is the term(spoken form) for this syntactic element: condition, eg in an if statement, while loop etc?
"condition"
vc-modifiers
New
G
Gust
homerow
New
What cursorless command was use in this gif below?
"comment fine pass look"
vc-challenges
New
fox
hats
New
What is the cursorless action that cuts a target?
"carve"
example:
"carve air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
()
?"round"
paired delimiters
New
What is the term(spoken form) for this syntactic element: comment?
"comment"
vc-modifiers
New
F
Fine
homerow
New
What cursorless command was use in this gif below?
"comment file"
vc-challenges
New
eye
hats
New
What is the cursorless action that deletes a target and leave the cursor where the target used to be?
"change"
example:
"change air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
""
?"quad"
paired delimiters
New
What is the term(spoken form) for the modifier that can be used to expand the target to refer to the entire file?
"file"
vc-modifiers-general
New
What is the term(spoken form) for this syntactic element: class definition?
"class"
vc-modifiers
New
E
Each
toprow
New
What cursorless command was use in this gif below?
"chuck line look"
vc-challenges
New
ex
hats
New
What is the cursorless action that is used to delete a target without moving the cursor?
"chuck"
example:
"chuck air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
\\( \\)
?"escaped round"
paired delimiters
New
What is the term(spoken form) for the modifier that expands a target to refer to an entire line rather than an individual token?
"line"
vc-modifiers-general
New
What is the term(spoken form) for this syntactic element: the name in a class declaration?
"class name"
vc-modifiers
New
D
Drum
homerow
New
What cursorless command was use in this gif below?
"call red"
vc-challenges
New
curve
hats
New
What is the cursorless action that Places the cursor after the given target?
"post"
example:
"post air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
\\" \\"
?"escaped quad"
paired delimiters
New
What is the term(spoken form) for the modifier that refers to individual characters within a token?
"char"
vc-modifiers-general
New
What is the term(spoken form) for this syntactic element: function call, eg
foo(1, 2)
?"call"
vc-modifiers
New
C
Cap
bottomrow
New
What cursorless command was use in this gif below?
"bring line trap"
vc-challenges
New
cross
hats
New
What is the cursorless action that places the cursor before the given target?
"pre"
example:
"pre air"
cursorless actions
New
What is the term(spoken form) of the paired delimiters
<>
?"diamond"
paired delimiters
New
What is the term(spoken form) for the modifier that is used to refer to the individual words within a
camelCase
/ kebab-case
/ snake_case token
?"word"
vc-modifiers-general
New
What is the term(spoken form) for this syntactic element: attribute, eg on html element?
"attribute"
vc-modifiers
New
B
Bat
bottomrow
New
What is the cursorless action that ****?
""
cursorless actions
New
What cursorless command was use in this gif below?
"box wrap pair drum"
vc-challenges
New
bolt
hats
New
What is the cursorless action that selects the given target?
"take"
example:
"take air"
cursorless actions
New
What is the term(spoken form) that refers generally to a
paired delimiters
generally?example: for this source code:
[aaa]
. Instead of saying "take box air", you could say "take <answer> air" which would have the same result. What is the answer?"pair"
New
What is the term(spoken form) of the paired delimiters
{}
?"curly"
paired delimiters
New
What is the term(spoken form) for the modifier that is used to select a syntactic element and all of its matching siblings?
"every"
vc-modifiers-general
New
What is the term(spoken form) for this syntactic element: function parameter or function call argument?
"arg"
vc-modifiers
New
A
Air
homerow
New