I logged into my VPS server via SSH from my remote computer, a macbook pro. I run the command visudo
to edit a config file using nano, when I am done editing the file I attempt to exit using control x
or ^x
(same thing). However instead of prompting me for if I want to save, like I have read, it just says this at the bottom...
--^X mode (^]^D^E^F^I^K^L^N^O^Ps^U^V^Y)
I can't even exit nano, and when I try other commands like control g
nothing happens.
How do I exit nano and save the file?
Thanks