mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -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
|
|
@ -162,6 +162,12 @@ These are the default shortcuts. See `man foot.ini` and the example
|
|||
: Same as <kbd>ctrl</kbd>+<kbd>w</kbd>, except that the only word
|
||||
separating characters are whitespace characters.
|
||||
|
||||
<kbd>ctrl</kbd>+<kbd>v</kbd>
|
||||
: Paste from clipboard into the search buffer.
|
||||
|
||||
<kbd>shift</kbd>+<kbd>insert</kbd>
|
||||
: Paste from primary selection into the search buffer.
|
||||
|
||||
<kbd>escape</kbd>, <kbd>ctrl</kbd>+<kbd>g</kbd>
|
||||
: Cancel the search
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue