Set Rstudio keyboard bindings as mapped on https://github.com/brry/rskey#rskey. By default, this overwrites existing F3:F12 mappings!
setKeyboardBindings(
overwrite = TRUE,
removeLastYank = TRUE,
workdir2filedir = TRUE
)
Logical. Should existing mappings on F3, F4, ..., F12 be overwritten? Still informs if this occurs. DEFAULT: TRUE
Logical. Should the annoying Rstudio default to override "Redo" (CTRL+Y) with some weird yank be removed? DEFAULT: TRUE (CTRL+Y becomes "Redo" again)
Logical. Set CTRL+H for setWorkingDirToActiveDoc? DEFAULT: TRUE
Returns nothing