Hi All,
This is a slightly arcane question, but I'm wondering if anyone else uses vi
mode with R? On my platform, across several versions, there is some broken
behaviour. When executing commands like 'df)' (to delete up to the next
bracket) the cursor moves to the next ), but nothing is deleted. In general,
many delete/replace commands work only as movement.
Has anyone else come across this, and if so, did you find a fix?
The same commands work correctly on the command line, so I'm assuming the R
CLI has it's own built in version of readline, which is causing problems.