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

Nothing happens when I `viq` or `viQ` inside a quoted string. vim-textobj-user and vim-textobj-quote are installed. I'm using NeoVim v0.6.1. My config: ```vim Plug 'kana/vim-textobj-user' Plug 'preservim/vim-textobj-quote' " ... augroup...

When you have `'something'` and you do `cs'q` on it, you do get `“something”`, but when you have `“something”` and you do `csq'` on it, you don't get any change.

bug

No matter whether I rely on default (which is supposed to be that ``educate`` is on), or whether I add ``'educate': 1`` explicitly to the configuration of the plugin), it...

bug

A feature request: If Educate is set, it changes quotes according to the current &spelllang. That is, if for example &spelllang = "de", the setting let g:textobj#quote#doubleDefault = '„“' "...

enhancement

In French also there is a non breakable space between the quote mark and text. I just tried as a test to put u00a0 twice between the french quotes as...

enhancement
question

It'd be nice to use the https://github.com/rhysd/vim-operator-surround to add/replace quotes around text objects. It likely involves an entry to `g:operator#surround#blocks`.

question

Not that this is exactly textobj-quote's fault, but if easyclip is configured as follows (which is what the easyclip documentation reccomends): ``` set clipboard=unnamed ``` then `ReplaceWithCurly` and friends don't...

bug

How about a textobject, let's call it u, going to the quotes closest to the current cursor position. That is, viu selects everything in between any two curly, single, double...

enhancement

I know this plugin is designed primarily for prose, but I wanted smart quotes in comments in my code. I've managed to do this. Currently it looks like this in...

enhancement

The underlying vim-textobj-user doesn't support count, so this could be a challenge.

enhancement