I can't get over the fact that Python has abandoned the community that use "vi mode" in their REPLs. #python #cli https://github.com/python/cpython/issues/118840
New REPL and readline's vi editing-mode · Issue #118840 · python/cpython

Bug report Bug description: Hi Python devs, Trying out the new 3.13 REPL(love the improvement!) I faced a behaviour bump on my setup: I configure readline to be in vi editing mode, having a single ...

GitHub