Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 117 forks source link

quoting a string of text between some delimiter #221

Closed fabiosantoscode closed 8 years ago

fabiosantoscode commented 9 years ago

A lot of times I find myself writing this:

element_by_id(foo)

And wanting to select "foo" with visual mode and then quoting it with single quotes.

Is that possible with delimMate? If not, does it make sense to add it?

Thanks for an awesome plugin!

Raimondi commented 8 years ago

The surround plugin offers this functionality. I don't think it's something delimitMate should do.