changelog: document pipe-visible and pipe-scrollback bindings

This commit is contained in:
Daniel Eklöf 2020-07-15 17:53:36 +02:00
parent 48fa484f18
commit 6ba6858fdc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -24,6 +24,10 @@
applications can override this.
* Multi-seat support
* Implemented `C0::FF` (form feed)
* **pipe-visible** and **pipe-scrollback** key bindings. These let you
pipe either the currently visible text, or the entire scrollback to
external tools (https://codeberg.org/dnkl/foot/issues/29). Example:
`pipe-visible=[sh -c "xurls | fuzzel --dmenu | xargs -r firefox] Control+Print`
### Changed