- Notifications
You must be signed in to change notification settings - Fork1.3k
Open
Description
Summary
Is there currently a way to setvi
mode in the REPL without using areadline
wrapper? I'm not sure what library is used byrustpython
, but it would be great to integrates with GNU Readline or Editline.
Expected use case
Usingvi
motion in the REPL and lauch thevi
editor withM-v
by creating config files such as.inputrc
and.editrc
in a user's home directory.