Search code examples
linuxgnu-screen

how to move to the end of line in screen linux


If CTRL+A+a is how you move to the beginning of a line in screen then what is the shortcut key to go to end of the line aside from the End key in screen.

I tried CTRL+A + I like in vim. no luck.

Also OT: if you exit a shell will the session persist?


Solution

  • CTRL + E will take you to the end of the line.