diff options
author | Benoît CORTIER | 2021-06-14 21:37:17 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-20 14:25:53 +0000 |
commit | a2b8cfca34433b1d4595143652e10b58685d0dc0 (patch) | |
tree | 86c3dc49706da2755e8a4e8b0366842379392852 /helix-term/src/keymap.rs | |
parent | d59c9f3bafefaa9cf65ca711fc0e2e5cc0d250ab (diff) |
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
Diffstat (limited to 'helix-term/src/keymap.rs')
0 files changed, 0 insertions, 0 deletions