ConradIrwin / vim-bracketed-paste

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

Keep bracketed paste enabled in normal and visual mode #20

Closed ssiegel closed 8 years ago

ssiegel commented 8 years ago

The mappings are already in place, but are unused without this change. In command line mode the escape sequences are mapped to , so they will be ignored and keeping bracketed paste enabled all the time should cause no trouble.

ConradIrwin commented 8 years ago

Thanks! I always wondered why that didn't work