zellij/zellij-utils/assets
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
..
completions fix(comp): typo in long option '--generate-completion' for fish (#1183) 2022-03-06 19:47:33 +01:00
config feat(copy): add copy_on_select option (#1298) 2022-04-16 09:04:06 +02:00
layouts feat(ui): add floating panes (#1066) 2022-02-18 21:10:06 +01:00
README.md Move config assets to zellij-utils crate 2021-05-27 13:41:17 +02:00

Assets for the Utils Crate

Here reside assets, that are especially needed for setup eg. a default configuration file.