Currently in RStudio keybinding CTRL/CMD + SHIFT + B
perform the following job
devtools::install()
.
How can I change it to have this behaviour:
devtools::install(build_vignettes = TRUE)
If not, is it possible to create the entirely new keybinding for it?