On 01/09/2011 04:00 PM, casshyr wrote:
This is a generalize question: basically, say you are typing a long line of
command in R console, and then you realize you forgot to add something in
the beginning, is there a way to get to the beginning of the line without
pressing the "left" key on the keyboard and waiting for the cursor to get to
the beginning, or using the mouse?

I'm using windows version of R.

Thanks!
Try Ctrl+a or the "home" key

Ctrl+e should put you at the end of the line.

Jason

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to