round out clipboard actions with add actions to delete/change selection to clipboard #11156
-
i'm considering having my helix default to using the system clipboard. this currently seems supported by the following mappings:
however, the following actions still seem to be missing such
it would be nice to see such equivalents added as as say |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
i tried to think if such actions could already be emulated using a sequence of existing actions. |
Beta Was this translation helpful? Give feedback.
-
nor does the configuration seem to support specifying a default/initial register. |
Beta Was this translation helpful? Give feedback.
That should work:
I think you might be mixing up what
exit_select_mode
does with thecollapse_selection
orkeep_primary_selection
commands.exit_select_mode
just goes to normal mode if you're in select mode - it doesn't affect the selections:helix/helix-term/src/commands.rs
Lines 3561 to 3565 in fd7b1a3