In case someone wants vim key bindings in the Python interpreter:
import readline
readline.parse_and_bind(‘set editing-mode vi’)
In case someone wants vim key bindings in the Python interpreter:
import readline
readline.parse_and_bind(‘set editing-mode vi’)