Files
delimitMate/README.md
2017-11-26 22:55:47 +08:00

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