prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 161 forks source link

Added insert_selection mode for multi-line text insertion #87

Closed davidbrochart closed 7 years ago

davidbrochart commented 7 years ago

This is relative to https://github.com/jonathanslenders/python-prompt-toolkit/pull/403

jonathanslenders commented 7 years ago

Thank you @davidbrochart,

A few things were implemented differently in prompt_toolkit, but this commit https://github.com/jonathanslenders/pyvim/commit/0c36a2766c68a6da75943be77da472e3434fb104 should do it. Let me know if you have some remarks.