prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.11k stars 718 forks source link

Is it possible to add mappings in vi_mode? #1734

Open na-sketch opened 1 year ago

na-sketch commented 1 year ago

I want to add this setting to the vi mode: inoremap jj <esc>

Can I?