vim-textobj-quote icon indicating copy to clipboard operation
vim-textobj-quote copied to clipboard

Use ‘curly’ quote characters in Vim

Results 12 vim-textobj-quote issues
Sort by recently updated
recently updated
newest added

In Markdown paragraphs with `inline code`, the inline code should be exempted from replacement, education, etc. (This is probably a feature request rather than a bug.)

enhancement

After doing `map qc ReplaceWithCurly` per the README, I tried `\qc`. Instead of replacing pairs of straight quotes with matching curlies, it instead replaced all straight quotes with right curly...