mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
a2b8cfca34
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 |
||
---|---|---|
.. | ||
clipboard.rs | ||
document.rs | ||
editor.rs | ||
lib.rs | ||
macros.rs | ||
register_selection.rs | ||
theme.rs | ||
tree.rs | ||
view.rs |