micro
micro copied to clipboard
ctrl-c doesn't copy text in command mode
ctrlc does not copy text when in command mode.
But similar keybinds work:
- ctrlx cuts selected text (or the entire line if nothing is selected)
- ctrlv pastes from the clipboard
are you on Linux? did you installed xclip?
- If you are not working over SSH, use the micro keybinding (
Ctrl-cby default) to perform copies. If on Linux, installxcliporxselbeforehand.
I'm on macOS and pbcopy works for normal copying. The problem is specific to micro's command mode.
I can reproduce this. I'd say it's a bug and not a terminal/OS copy issue.