We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47ddf6 commit 0fdb3c7Copy full SHA for 0fdb3c7
rules/pmy_rules.json
@@ -44,20 +44,21 @@
44
"after": "awk '{print $0}'"
45
}
46
],
47
- "fuzzyFinderCmd": "fzf -0 -1 -q \"<query>\"",
+ "fuzzyFinderCmd": "fzf -0 -1 -q \"^<query> \"",
48
"bufferLeft": "<body><path>",
49
"bufferRight": "[]"
50
},
51
{
52
- "regexpLeft": "^(?P<body>.*?) $",
+ "regexpLeft": "^(?P<body>.*?) (?P<query>[A-Za-z_\\-.]*)$",
53
"cmdGroups": [
54
55
"tag": "",
56
- "stmt": "bfind .",
+ "stmt": "command ls -aF -1",
57
58
59
60
- "bufferLeft": "[]",
61
+ "bufferLeft": "<body> ",
62
63
64
]
0 commit comments