Nano suddenly putting in weird characters when I type
- by Cocorico
I am using a shell and editing a file in nano (similar to pico). A short while ago, it started doing this thing where if I type:
$query = "select" * from topics where id='' ";
and then I hit Backspace and try to stick the letter 'a' into the id='' part, it changes it to:
$query = "select * from koala_topics where id='a='' ";
and the cursor…