prompt-toolkit / pyvim

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

Visual selected block + d not working, works with + dd #52

Closed lunemec closed 9 years ago

lunemec commented 9 years ago

When you have selected block visually, you can just press (c,d, ...) and the action should work. This works for visual select + c (as in change) but for deleting, you need to press d twice. This is incorrect.

jonathanslenders commented 9 years ago

That's a bug. Thanks! Will be fixed.

jonathanslenders commented 9 years ago

Fixed in: https://github.com/jonathanslenders/python-prompt-toolkit/commit/3228e1c4c3373a167d4685288e29f316ab6bd8e2