mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-28 01:40:17 -05:00
search: add {clipboard,primary}-paste key bindings
These bindings copy from the clipboard or primary selection into the search buffer. Default bindings: * clipboard-paste: ctrl+v, ctrl+y * primary-paste: shift+insert
This commit is contained in:
parent
43f293f22e
commit
f3e6941c9a
8 changed files with 90 additions and 25 deletions
|
|
@ -186,6 +186,12 @@ Note that these are just the defaults; they can be changed in
|
|||
Same as *ctrl*+*w*, except that the only word separating
|
||||
characters are whitespace characters.
|
||||
|
||||
*ctrl*+*v*, *ctrl*+*y*
|
||||
Paste from clipboard into the searh buffer.
|
||||
|
||||
*shift*+*insert*
|
||||
Paste from primary selection into the search buffer.
|
||||
|
||||
*escape*, *ctrl*+*g*
|
||||
Cancel the search
|
||||
|
||||
|
|
|
|||
|
|
@ -452,6 +452,13 @@ scrollback search mode. The syntax is exactly the same as the regular
|
|||
Extend the current selection to the next whitespace. Default:
|
||||
_Control+Shift+W_.
|
||||
|
||||
*clipboard-paste*
|
||||
Paste from the _clipboard_ into the search buffer. Default:
|
||||
_Control+v Control+y_.
|
||||
|
||||
*primary-paste*
|
||||
Paste from the _primary selection_ into the search
|
||||
buffer. Default: _Shift+Insert_.
|
||||
|
||||
# SECTION: mouse-bindings
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue