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 af35ab2 commit 7fbcd4dCopy full SHA for 7fbcd4d
cursorless-talon/src/apps/cursorless_jetbrains.py
@@ -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