[R] Shortcut key to get to beginniing of line in R?
    Jason Edgecombe 
    jason at rampaginggeek.com
       
    Mon Jan 10 02:41:39 CET 2011
    
    
  
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
    
    
More information about the R-help
mailing list