mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
config: bind ctrl+c to "cancel" in search/url mode by default
Closes #544
This commit is contained in:
parent
05160e61c5
commit
6eb6668c3c
4 changed files with 7 additions and 3 deletions
|
|
@ -204,7 +204,7 @@ Note that these are just the defaults; they can be changed in
|
|||
*shift*+*insert*
|
||||
Paste from primary selection into the search buffer.
|
||||
|
||||
*escape*, *ctrl*+*g*
|
||||
*escape*, *ctrl*+*g*, *ctrl*+*c*
|
||||
Cancel the search
|
||||
|
||||
*return*
|
||||
|
|
|
|||
|
|
@ -611,7 +611,8 @@ scrollback search mode. The syntax is exactly the same as the regular
|
|||
|
||||
*cancel*
|
||||
Aborts the search. The viewport is restored and the _primary
|
||||
selection_ is **not** updated. Default: _Control+g Escape_.
|
||||
selection_ is **not** updated. Default: _Control+g Control+c
|
||||
Escape_.
|
||||
|
||||
*commit*
|
||||
Exit search mode and copy current selection into the _primary
|
||||
|
|
@ -688,7 +689,7 @@ mode. The syntax is exactly the same as the regular **key-bindings**.
|
|||
|
||||
*cancel*
|
||||
Exits URL mode without opening an URL. Default: _Control+g
|
||||
Control+d Escape_.
|
||||
Control+c Control+d Escape_.
|
||||
|
||||
*toggle-url-visible*
|
||||
By default, the jump label only shows the key sequence required to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue