Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move out of auto-completed quotes or parentheses in RStudio?

I find myself wondering how to move the cursor out of a pair of auto-completed double quotes "" or parentheses (). In Eclipse after I finished typing in a pair of brackets, pressing tab brings me out of the brackets. How can I do the same thing in RStudio without using the arrow keys repeatedly?

like image 617
The Gruffalo Avatar asked Mar 10 '16 15:03

The Gruffalo


1 Answers

you can use control+e to go to the end of a line, and control+a to go to the beginning of a line. At least in Mac OS.

like image 99
julovi Avatar answered Oct 27 '22 19:10

julovi