Nano end of file

Another option:
nano + [file]

  • Eg:
    nano + file.txt

“+” is used to start in specific line

  • Eg:
    nano +20 file.txt

if no line specified, it will start at the last line
hope it helps to anyone searching a no-keyboard-shortcut option