RIP from an Emacs head.
You must log in or register to comment.
I have a handy tutorial for those who have accidentally found themselves in vim. Just type this into the terminal:
killall -9 vim; sudo apt update ; sudo apt remove vim ; sudo apt install micro ; sudo update-alternatives --install /usr/bin/editor editor /usr/bin/micro 1 ; sudo update-alternatives --set editor /usr/bin/micro
Problem solved.