Skip to content

Commit 47b16b8

Browse files
Update cheat sheet
1 parent e53928d commit 47b16b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cursorless-talon/src/cheatsheet/sections/modifiers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_modifiers():
6464
"variations": [
6565
{
6666
"spokenForm": complex_modifiers["extendThroughStartOf"],
67-
"description": "Extend through start of line",
67+
"description": "Extend through start of line/pair",
6868
},
6969
{
7070
"spokenForm": f"{complex_modifiers['extendThroughStartOf']} <modifier>",
@@ -78,7 +78,7 @@ def get_modifiers():
7878
"variations": [
7979
{
8080
"spokenForm": complex_modifiers["extendThroughEndOf"],
81-
"description": "Extend through end of line",
81+
"description": "Extend through end of line/pair",
8282
},
8383
{
8484
"spokenForm": f"{complex_modifiers['extendThroughEndOf']} <modifier>",

packages/cheatsheet/src/lib/sampleSpokenFormInfos/defaults.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@
796796
"variations": [
797797
{
798798
"spokenForm": "tail",
799-
"description": "Extend through end of line"
799+
"description": "Extend through end of line/pair"
800800
},
801801
{
802802
"spokenForm": "tail <modifier>",
@@ -810,7 +810,7 @@
810810
"variations": [
811811
{
812812
"spokenForm": "head",
813-
"description": "Extend through start of line"
813+
"description": "Extend through start of line/pair"
814814
},
815815
{
816816
"spokenForm": "head <modifier>",

0 commit comments

Comments
 (0)