helix-mirror/helix-view/src
Benoît CORTIER a2b8cfca34 Add system clipboard yank and paste commands
This commit adds six new commands to interact with system clipboard:
- clipboard-yank
- clipboard-yank-join
- clipboard-paste-after
- clipboard-paste-before
- clipboard-paste-replace
- show-clipboard-provider

System clipboard provider is detected by checking a few environment
variables and executables. Currently only built-in detection is
supported.

`clipboard-yank` will only yank the "main" selection, which is currently the first
one. This will need to be revisited later.

Closes https://github.com/helix-editor/helix/issues/76
2021-06-20 23:25:53 +09:00
..
clipboard.rs Add system clipboard yank and paste commands 2021-06-20 23:25:53 +09:00
document.rs Add ability to change theme on editor 2021-06-20 00:07:13 +09:00
editor.rs Add system clipboard yank and paste commands 2021-06-20 23:25:53 +09:00
lib.rs Add system clipboard yank and paste commands 2021-06-20 23:25:53 +09:00
macros.rs Replace Editor::current by a macro 2021-06-18 09:38:10 +09:00
register_selection.rs Implement missing Debug and update Cargo.lock 2021-06-10 22:00:08 +09:00
theme.rs Add themes loader 2021-06-20 00:07:13 +09:00
tree.rs Use full screen size 2021-06-20 19:59:26 +09:00
view.rs add alternate file (#223) 2021-06-12 21:21:06 +09:00