tpope / vim-unimpaired

unimpaired.vim: Pairs of handy bracket mappings
https://www.vim.org/scripts/script.php?script_id=1590
3.33k stars 203 forks source link

Paste function conflicts with code indent key #189

Closed asins closed 5 years ago

asins commented 5 years ago

Usually I like to use < > to indent the code, but after installing the plugin I found a delay because it conflicts with the shortcut of the plugin.

Can you add the disable function, mask the paste function such as >p <p, if you really want to paste, I can continue to use]p, etc.

tpope commented 5 years ago

< and > don't indent, << and >> do. I don't understand your complaint.