ConradIrwin / vim-bracketed-paste

Handles bracketed-paste-mode in vim (aka. automatic `:set paste`)
MIT License
483 stars 28 forks source link

Remove the escape delay when trying to exit insert mode #4

Closed vellvisher closed 10 years ago

vellvisher commented 10 years ago

There is a considerable delay on exiting insert mode with the escape key. The respective links from where the fix has been adopted are below.

Do let me know I need to change anything!

ConradIrwin commented 10 years ago

Thanks!

This script used to work when I pasted from normal mode (switched to insert mode and pasted as usual), but that seems to be broken for me now (I think that was not this PR though). If you can figure out how to fix it, I'd be very grateful :)

Conrad

vellvisher commented 10 years ago

Yeah, that's broken for me as well..I reverted to a bunch of previous versions but none of them seem to work in Normal mode though I remember it working earlier...

On Sun, Apr 27, 2014 at 6:02 AM, Conrad Irwin notifications@github.comwrote:

Thanks!

This script used to work when I pasted from normal mode (switched to insert mode and pasted as usual), but that seems to be broken for me now (I think that was not this PR though). If you can figure out how to fix it, I'd be very grateful :)

Conrad

— Reply to this email directly or view it on GitHubhttps://github.com/ConradIrwin/vim-bracketed-paste/pull/4#issuecomment-41482294 .