auto-pairs icon indicating copy to clipboard operation
auto-pairs copied to clipboard

Vim plugin, insert or delete brackets, parens, quotes in pair

Results 116 auto-pairs issues
Sort by recently updated
recently updated
newest added

When editing .vimwiki files many editing operations cause a strange behavior where: \20_AutoPairsReturn is inserted instead of performing the action. An example of the action could be pressing while in...

Right now in python this plugin doesn't close bytestring, fstrings, rawstring etc. `r'', b'', f''`

It's much easier to also complete the command name from command mode than remembering a mapping

When I'm editing Python code and I have a string like so: ``` blah = 'blah blah blah'| ``` When I need it to a multi-line string, I surround the...

Currently, when using code blocks in markdown delineated by ```, the block will expand like the following (as expected) _Note:_ `|` is the cursor `````` ```|``` ``` | ``` ``````...

Hi, I add pair `` to AutoPairs. It works fine that when `` is auto completed. However, in C++ sometimes I need to insert `

I just wanted to make a small improvement to the behavior of creating parentheses or bracket type thing. In VSCode or almost any other IDE that exists, it does the...

The docs suggest I should be able to: `let g:AutoPairsShortcutToggle = 'a'` but I can't This makes me sad.