When I have two spaces next to each other in RStudio I am unable to navigate in between them with the arrow keys. Has anyone else experienced this behavior?
See this gif for an example.
Thanks!
When I have two spaces next to each other in RStudio I am unable to navigate in between them with the arrow keys. Has anyone else experienced this behavior?
See this gif for an example.
Thanks!
This is not a problem at all. If you go to RStudio options you'll see at Code > Editing > General
that RStudio transforms by default two spaces in a tab and transforms it to base indentation. You can set your own default if two spaces is annoying you.
To avoid this behavior, just turn off this option.
Hope it helps.