jiangmiao / auto-pairs

Vim plugin, insert or delete brackets, parens, quotes in pair
http://www.vim.org/scripts/script.php?script_id=3599
4.1k stars 373 forks source link

Temporarily suppress matching pair #196

Open ivnsch opened 6 years ago

ivnsch commented 6 years ago

Is there a way to temporarily suppress adding the matching pair? (If for some reason I just want to insert an opening element somewhere).

max-ch9i commented 6 years ago
g:AutoPairsShortcutToggle

Default: '<M-p>'

The shortcut to toggle autopairs.