I have an alias, that opens a file for me and jumps to a specific line in that file.
The first thing I do is ctrl+E to jump to the end of the line, but I was wondering if I can automate that as well?
This is the current alias:
alias changeCust='ssh -t [email protected] "nano +33 /etc/apache2/sites-enabled/25-av_portal.conf && service apache2 reload"'
Only answering Jump to end of line in nano command is
CTRL + e
I do know, that this does not correctly answer the asked question. - But I was looking for the heading's question and this entry was the one found by google in the first place for me. And the CTRL + e is not good recognizable in the posted question for my fast eye-brain-learn-detection-mechanism.
fyi: CTRL + a jumps to the beginning. I found it here.