mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-04 07:15:29 -04: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
|
|
@ -47,6 +47,10 @@
|
|||
font is used (https://codeberg.org/dnkl/foot/issues/169).
|
||||
* Drag & drop support; text, files and URLs can now be dropped in a
|
||||
foot terminal window (https://codeberg.org/dnkl/foot/issues/175).
|
||||
* **clipboard-paste** and **primary-paste** scrollback search
|
||||
bindings. By default, they are bound to `ctrl+v ctrl+y` and
|
||||
`shift+insert` respectively, and lets you paste from the clipboard
|
||||
or primary selection into the search buffer.
|
||||
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue