I am working with lidssd1306 in nano on a headless raspberry pi(bullseye). The goal is to allow execution of C programs via an encoder selection on an oled display.
For some reason ctrl+shift+c and ctrl+shift+v do not work to copy text between files/tabs when editing a file in nano. Ctl+6, Alt+6(Ctl+K), Ctl+U work as expected in the file. I had a thought that my compact wireless keyboard was to blame, but that has been ruled out, as has my connection method. SSH from another PI, ExtraPuTTY from win10 desktop, even local.
I have edited the config files /etc/nanorc and created ~/.nanorc. In a design of experiments, for each file, I enabled/disabled the options:
set mouse
bind ^X, ^C, ^V
None of which allowed me to copy/paste between files.
Since ctrl+shift+c and ctrl+shift+v do function correctly in the terminal, I have been using cat to display the file and copy the lines I want. From there I can use ctrl+shift+v to paste the text into the nano editor. I could probably use awk to accomplish the task, but both these two methods seem to be overcomplicating a simple task.
From this I deduce that there must be either keybindings or settings that are hidden/obfuscated.
What are the hidden keybindings or settings that will allow a simple copy/paste between files?
RasPi Bullseye
ExtraPuTTY 0.29_RC2
nano 5.4