I want to cut/copy some code with this method:
- setting a mark with C-SPC,
- searching with C-s,
- then cutting/copying the selection.
Check the following image:
I can copy selected code with M-w or cut (kill) it with S-Del.
But since I am using CUA-mode, I would prefer to use its keybindings.
Copying with C-c works but cutting with C-x fails.
Is it possible to tweak C-x to make it work in this situation?