Skip to content

Commit 7fbcd4d

Browse files
committed
enable cursorless tag for jetbrains app
1 parent af35ab2 commit 7fbcd4d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
from talon import Context, actions
2+
3+
ctx = Context()
4+
5+
ctx.matches = r"""
6+
app: jetbrains
7+
"""
8+
9+
ctx.tags = ["user.cursorless"]

0 commit comments

Comments
 (0)