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 116 forks source link

Support for typographic smart quotes.“”‘’ #291

Closed LevProtter closed 3 years ago

LevProtter commented 3 years ago

I use vim for writing, so this feature would prove useful. I'm not sure how easy it is to make it delimit with 2 different characters. I couldn't easily tell by glancing at the code.

LevProtter commented 3 years ago

Not sure if anyone else needs this, but I solved the issue for myself by remapping "' and '" to “” and ‘’ respectively. eg (inoremap '" ‘’)