I'm starting in programming and i'm supposed to send my code by email using a the mutt command. So I write:
mutt -s "email subject" -a attached_file.txt -- profesor@gmail.com
Then it confirms me the professor email, I press enter. It confirms the email subject, I press enter a second time. But then it opens a text editor within linux for the email text content I and can't manage to continue that part. Which keys do I have to press to finish to send the email?
Thanks in advance.
PS: I tried pressing Esc
, then :x
or :q
as in vim
, but it doesn't work.