A Python REPL with Vim keybinds.
Python REPL with actual Vim modal editing. Not a plugin, not a wrapper — just works in the terminal. Ever wanted a Python REPL with Vim modal editing. Syntax highlighting, autocomplete, macros, registers, text objects the whole shebang? Here ya go.
The goal? provide a Python prompt that feels natural to Vim users duh. Instead of switching mental models when entering a REPL, you keep the same motions, commands, and editing habits you already use every day.
pip install vypl
Or install from source:
git clone https://github.com/HoraDomu/Vypl
cd Vypl
pip install -e .
vypl
• Vim-style modal editing
• Normal and insert modes
• Vim motions and operators
• Named registers
• Ex commands
• Syntax highlighting
• Python autocompletion
Source code: github.com/HoraDomu/Vypl