Skip to content

Vi mode in Linux console - how to stop it ?

2 messages · rivercode, Brian Ripley

#
Hi,

When I am editing a command using default R console in Linux, sometimes it
is going into "vi mode"...not too sure how/why this happening.  It then
requires me to use vi commands to edit the line, which is very frustrating
when I just want to use the delete key instead of "x" to delete a character.

How do I turn this off ?

Thanks,
Chris



--
View this message in context: http://r.789695.n4.nabble.com/Vi-mode-in-Linux-console-how-to-stop-it-tp3612235p3612235.html
Sent from the R help mailing list archive at Nabble.com.
#
On Mon, 20 Jun 2011, rivercode wrote:

            
The same way as in every other application using readline, for example 
a bash shell.  Consult 'man readline' (as documented).  (Probably 
ctrl-e, but you need to find out what *you* did to get it into 
vi-mode.)