mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-13 05:31:54 +08:00
31 lines
507 B
Markdown
31 lines
507 B
Markdown
# delimitMate
|
|
|
|
> Vim plugin for automatic closing of quotes, parenthesis, brackets, etc.
|
|
|
|
## Installation
|
|
|
|
- [plug.vim](https://github.com/junegunn/vim-plug)
|
|
|
|
```vim
|
|
Plug 'Raimondi/delimitMate'
|
|
```
|
|
|
|
## Features
|
|
|
|
### Automatic closing & exiting
|
|
|
|
| Type | You get |
|
|
| ----------- | --------- |
|
|
| `(` | `(|)` |
|
|
| `()` | `()|` |
|
|
| `(<S-Tab>` | `()|` |
|
|
| `{("<C-G>g` | `{("")}|` |
|
|
|
|
### Expansion of space and CR
|
|
|
|
### Backspace
|
|
|
|
### Smart Quotes
|
|
|
|
### BALANCING MATCHING PAIRS
|