spawn template variables are on the form ${}, not {}

This commit is contained in:
Daniel Eklöf 2025-02-03 14:08:23 +01:00
parent a984531ce5
commit 0a32dc3820
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 3 additions and 3 deletions

View file

@ -806,7 +806,7 @@ for details. In short, you need to:
```
[regex:foo]
regex=foo(bar)?
launch=path-to-script-or-application {match}
launch=path-to-script-or-application ${match}
[key-bindings]
regex-launch=[foo] Control+Shift+q
@ -1280,7 +1280,7 @@ e.g. *search-start=none*.
```
[regex:foo]
regex=foo(bar)?
launch=path-to-script-or-application {match}
launch=path-to-script-or-application ${match}
[key-bindings]
regex-launch=[foo] Control+Shift+q