mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-01-10 05:22:35 +08:00
remove table
This commit is contained in:
39
README.md
39
README.md
@@ -14,25 +14,36 @@ Plug 'Raimondi/delimitMate'
|
||||
|
||||
### Automatic closing & exiting
|
||||
|
||||
| Type | You get |
|
||||
| ----------- | --------- |
|
||||
| `(` | `(|)` |
|
||||
| `()` | `()|` |
|
||||
| `(<S-Tab>` | `()|` |
|
||||
| `{("<C-G>g` | `{("")}|` |
|
||||
```
|
||||
Type | You get
|
||||
=======================
|
||||
( | (|)
|
||||
-----------|-----------
|
||||
() | ()|
|
||||
-----------|-----------
|
||||
(<S-Tab> | ()|
|
||||
-----------|-----------
|
||||
{("<C-G>g | {("")}|
|
||||
```
|
||||
|
||||
### Expansion of space and CR
|
||||
|
||||
| You start with | You get |
|
||||
| -------------- | ------- |
|
||||
| `(|)` | `( | )` |
|
||||
|
||||
after press `<Cr>` in `(|)`, you will get:
|
||||
Expand `<Space>` to:
|
||||
|
||||
```
|
||||
(
|
||||
|
|
||||
)
|
||||
You start with | You get
|
||||
==============================
|
||||
(|) | ( | )
|
||||
```
|
||||
|
||||
Expand `<CR>` to:
|
||||
|
||||
```
|
||||
You start with | You get
|
||||
==============================
|
||||
(|) | (
|
||||
| |
|
||||
| )
|
||||
```
|
||||
|
||||
### Backspace
|
||||
|
||||
Reference in New Issue
Block a user