mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
doc: foot.ini: fix 'hashes' regex example
It's A-F, not A-f
This commit is contained in:
parent
fce755aafe
commit
970d95c5a1
1 changed files with 2 additions and 2 deletions
|
|
@ -806,7 +806,7 @@ commit hashes) could look like:
|
|||
|
||||
```
|
||||
[regex:hashes]
|
||||
regex=([a-fA-f0-9]{7,128})
|
||||
regex=([a-fA-F0-9]{7,128})
|
||||
launch=path-to-script-or-application ${match}
|
||||
|
||||
[key-bindings]
|
||||
|
|
@ -1280,7 +1280,7 @@ e.g. *search-start=none*.
|
|||
|
||||
```
|
||||
[regex:hashes]
|
||||
regex=([a-fA-f0-9]{7,128})
|
||||
regex=([a-fA-F0-9]{7,128})
|
||||
launch=path-to-script-or-application ${match}
|
||||
|
||||
[key-bindings]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue