Open
Description
Summary
Is there currently a way to set vi
mode in the REPL without using a readline
wrapper? I'm not sure what library is used by rustpython
, but it would be great to integrates with GNU Readline or Editline.
Expected use case
Using vi
motion in the REPL and lauch the vi
editor with M-v
by creating config files such as .inputrc
and .editrc
in a user's home directory.