zellij/zellij-utils
Thomas Linford 198625b055
feat(copy): add copy_on_select option (#1298)
* feat(copy): add copy_on_select option

with default value of true, keep current behavior of automatically
copying selection to clipboard when done selecting.
with copy_on_select = false, on mouse release the selection remains, and
can be copied with the `Copy` action.

* add example to default.yaml

* add copy action example to default.yaml, cleanup

* fix updated tab tests

* fix selection changing while scrolling after release

* fix clippy warnings
2022-04-16 09:04:06 +02:00
..
assets feat(copy): add copy_on_select option (#1298) 2022-04-16 09:04:06 +02:00
src feat(copy): add copy_on_select option (#1298) 2022-04-16 09:04:06 +02:00
Cargo.toml chore(version): bump development version 2022-04-13 19:17:09 +02:00