Vi keybindings for R command line like in Bash
Context I like editing and manipulating the bash command line using vi-style key bindings with the following setting: set -o vi However, when I start R on the command-line, these keybindings disappear. I know that the Vim-R plugin allows for Vim keybindings when you run R through the Conque Shell, but I'm not entirely happy with that experience, and, regardless, sometimes I just want to run R on the standard command-line. Question Is there any way of getting Vi style key bindings in R on the command line? Thank you to Joshua Ulrich and progo's answers, which helped to get me started. Below I