mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
spawn template variables are on the form ${}, not {}
This commit is contained in:
parent
a984531ce5
commit
0a32dc3820
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
foot.ini
2
foot.ini
|
|
@ -77,7 +77,7 @@
|
|||
|
||||
# [regex:your-fancy-name]
|
||||
# regex=<a POSIX-Extended Regular Expression>
|
||||
# launch=<path to script or application> {match}
|
||||
# launch=<path to script or application> ${match}
|
||||
#
|
||||
# [key-bindings]
|
||||
# regex-launch=[your-fancy-name] Control+Shift+q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue