Hi folks!
I'm back in RStudio after a few years of developing in other editors with Vim keybindings. I love that you have out-of-the-box support in Tools>Global Options>Code. I noticed that there is a "Modify Keyboard Shortcuts" button next to the relevant dropdown, but I haven't been able to figure out how to modify the Vim bindings themselves.
Specifically, is it possible to rebind <Esc>
to a combination of home-row keypresses? (E.g. I usually use <jj>
). I'm used to making changes like this in .vimrc
, but a quick dig didn't turn up a similar config file within .rstudio-desktop
. Am I missing something? Is there a better way? Is it even possible to bind multiple consecutive keypresses to get me back into Normal mode with RStudio's Vim setup?
Thanks for your time,
Chris