Is there a hidden gem that allows me to type a comma outside of quotations?
When you type your first ", RStudio creates two marks right away, and your text goes in between. And so you type, let's say, c("foo"), and your cursor is currently between o and ". You need to place a comma after " to type the next argument, and my most common typo looks like this: c("foo," "bar")
Also, is there a hidden gem to indent / advance the code with TAB while inline? When I hit TAB inline, it's trying to bring up help or something, won't advance cursor.