We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
"forward"
1 parent 73d4164 commit 33340b4Copy full SHA for 33340b4
src/cheatsheet/sections/modifiers.py
@@ -26,6 +26,7 @@ def get_modifiers():
26
"previous",
27
"next",
28
"backward",
29
+ "forward",
30
]
31
simple_modifiers = {
32
key: value
@@ -125,6 +126,10 @@ def get_modifiers():
125
126
"spokenForm": f"<scope> {complex_modifiers['backward']}",
127
"description": "single instance of <scope> including target, going backwards",
128
},
129
+ {
130
+ "spokenForm": f"<scope> {complex_modifiers['forward']}",
131
+ "description": "single instance of <scope> including target, going forwards",
132
+ },
133
{
134
"spokenForm": f"<number> <scope>s {complex_modifiers['backward']}",
135
"description": "<number> instances of <scope> including target, going backwards",
0 commit comments