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.
1 parent bd4719c commit 5a9be05Copy full SHA for 5a9be05
cursorless-talon/src/cheatsheet/sections/special_marks.py
@@ -15,6 +15,6 @@ def get_special_marks():
15
)
16
17
return [
18
- *get_lists(["special_mark", "unknown_symbol"], "mark"),
+ *get_lists(["simple_mark", "unknown_symbol"], "mark"),
19
*line_direction_marks,
20
]
0 commit comments