mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-11 05:33:55 -04: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:hashes]
|
||||||
regex=([a-fA-f0-9]{7,128})
|
regex=([a-fA-F0-9]{7,128})
|
||||||
launch=path-to-script-or-application ${match}
|
launch=path-to-script-or-application ${match}
|
||||||
|
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
|
|
@ -1280,7 +1280,7 @@ e.g. *search-start=none*.
|
||||||
|
|
||||||
```
|
```
|
||||||
[regex:hashes]
|
[regex:hashes]
|
||||||
regex=([a-fA-f0-9]{7,128})
|
regex=([a-fA-F0-9]{7,128})
|
||||||
launch=path-to-script-or-application ${match}
|
launch=path-to-script-or-application ${match}
|
||||||
|
|
||||||
[key-bindings]
|
[key-bindings]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue