The R Project SVN R

Rev

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

Rev 41096 Rev 43117
Line 64... Line 64...
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	: Within quotes, completes the current word as a file name,
66
TAB	: Within quotes, completes the current word as a file name,
67
	  otherwise as an R object name.  Completion is does as far as 
67
	  otherwise as an R object name.  Completion is does as far as 
68
	  can be done unambiguously.  A second press shows alternative 
68
	  can be done unambiguously.  A second press shows alternative 
-
 
69
	  completions.  However, if environment variable R_COMPLETION is
-
 
70
	  set to FALSE, this advances to the next tab stop (set at every 
69
	  completions.
71
	  8th column). 
70
NL, CR  : returns current buffer to the program.
72
NL, CR  : returns current buffer to the program.
71
 
73