The R Project SVN R

Rev

Rev 38902 | Rev 41096 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 38902 Rev 41020
Line 61... Line 61...
61
^T	: Transpose the characters under and to the left of the cursor.
61
^T	: Transpose the characters under and to the left of the cursor.
62
^U      : Deletes the entire line
62
^U      : Deletes the entire line
63
^W      : Deletes the previous word
63
^W      : Deletes the previous word
64
^Y	: Yank previously killed text back at current location.  Note that
64
^Y	: Yank previously killed text back at current location.  Note that
65
	  this will overwrite or insert, depending on the current mode.
65
	  this will overwrite or insert, depending on the current mode.
66
TAB	: Adds spaces to buffer to get to next TAB stop (just after 
66
TAB	: (if package rcompgen is installed), if within quotes, nothing.
-
 
67
	  Otherwise completes the current word as an R object as far as 
-
 
68
	  can be done unambiguously.  A second press shows alternative 
67
          every 8th column).
69
	  completions.
68
NL, CR  : returns current buffer to the program.
70
NL, CR  : returns current buffer to the program.
69
 
71