| 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 : (if package rcompgen is installed), if within quotes, nothing.
|
66 |
TAB : Within quotes, completes the current word as a file name,
|
| 67 |
Otherwise completes the current word as an R object 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.
|
69 |
completions.
|
| 70 |
NL, CR : returns current buffer to the program.
|
70 |
NL, CR : returns current buffer to the program.
|
| 71 |
|
71 |
|