mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-20 06:46:26 -04:00
Add uppercase-regex-insert config option.
Fixes #2159. This makes the "uppercase hint character inserts selected text" behavior added in #1975 configurable, as it can have unexpected behavior for some users. It defaults to "off", preserving the original behavior of `foot` before #1975.
This commit is contained in:
parent
72d9a13c0c
commit
2a796d77e3
6 changed files with 21 additions and 1 deletions
|
|
@ -67,6 +67,13 @@
|
|||
|
||||
## Unreleased
|
||||
### Added
|
||||
|
||||
* The `uppercase-regex-insert` option controls whether an uppercase hint
|
||||
character will insert the selected text into the prompt in `regex-copy`
|
||||
or `show-urls-copy` mode. ([#2159]2159[]).
|
||||
|
||||
[2159]: https://codeberg.org/dnkl/foot/issues/2159
|
||||
|
||||
### Changed
|
||||
|
||||
* The label letters are no longer sorted before being assigned to URLs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue