helix-mods/helix-term
Benoît CORTIER f50261c944 Add mappable commands for system clipboard
System clipboard integration exists now in two favors: typable and
mappable.

Default mappings are:
- SPC p: paste clipboard after
- SPC P: paste clipboard before
- SPC y: join and yank selection to clipboard
- SPC Y: yank main selection to clipboard
- SPC R: replace selections by clipboard contents
2021-06-20 23:25:53 +09:00
..
src Add mappable commands for system clipboard 2021-06-20 23:25:53 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Re-export unicode crates from helix_core 2021-06-20 16:38:58 +09:00
README.md Initial import. 2020-05-20 18:14:51 +09:00

window -> buffer -> text -> contains "view", a viewport into the buffer

view -> selections etc -> cursor