helix/helix-term/src
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
..
ui Add comment, statusline + commandline = 2 2021-06-20 19:59:26 +09:00
application.rs Add ability to change theme on editor 2021-06-20 00:07:13 +09:00
args.rs Separate helix-term as a library 2021-06-07 21:35:31 +08:00
commands.rs Add mappable commands for system clipboard 2021-06-20 23:25:53 +09:00
compositor.rs Add cursor kind to separate hidden cursor from pos 2021-06-15 23:46:21 +08:00
config.rs Add missing `theme` to toml config 2021-06-20 13:05:08 +09:00
keymap.rs Revert "Refactor key into helix-view" 2021-06-19 23:59:19 +09:00
lib.rs Replace `Editor::current` by a macro 2021-06-18 09:38:10 +09:00
main.rs Revert "Refactor key into helix-view" 2021-06-19 23:59:19 +09:00