### Describe the bug I would expect Mod + c to copy the currently highlighted text. ### Reproduction Currently the following keyboard shortcuts are supported: Mod + v = paste Mod + x = cut Yet Mod + c toggles code rather than copy. This seems unintuitive. ### System Info ```shell macOS ``` ### Logs _No response_ ### Validations - [x] Check that there isn't [already an issue](https://github.com/FPurchess/blank/issues) that reports the same bug to avoid creating a duplicate. - [x] Make sure this is a Blank issue and not an issue of a thirdparty package used by Blank. - [x] Check that this is a concrete bug and not a question. - [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Describe the bug
I would expect Mod + c to copy the currently highlighted text.
Reproduction
Currently the following keyboard shortcuts are supported:
Mod + v = paste
Mod + x = cut
Yet Mod + c toggles code rather than copy. This seems unintuitive.
System Info
Logs
No response
Validations