auto-pairs
auto-pairs copied to clipboard
Vim plugin, insert or delete brackets, parens, quotes in pair
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...
Signed-off-by: Justin [email protected]
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 `
`'\v[\{\[\(\
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.