I am a big fan of VIM's supertab plugin. Main feature for me is to be able to use TAB to browse through the autocompletion list. I am wondering if I could achieve that in Rstudio as well. Essentially, I would like to use TAB to get from "tidyr" to the next entry in the list, "tidyselect":
So far I have failed trying to customize that in RStudio. Any hints?