mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-03-01 21:07:05 +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
|
### Automatic closing & exiting
|
||||||
|
|
||||||
| Type | You get |
|
```
|
||||||
| ----------- | --------- |
|
Type | You get
|
||||||
| `(` | `(|)` |
|
=======================
|
||||||
| `()` | `()|` |
|
( | (|)
|
||||||
| `(<S-Tab>` | `()|` |
|
-----------|-----------
|
||||||
| `{("<C-G>g` | `{("")}|` |
|
() | ()|
|
||||||
|
-----------|-----------
|
||||||
|
(<S-Tab> | ()|
|
||||||
|
-----------|-----------
|
||||||
|
{("<C-G>g | {("")}|
|
||||||
|
```
|
||||||
|
|
||||||
### Expansion of space and CR
|
### Expansion of space and CR
|
||||||
|
|
||||||
| You start with | You get |
|
Expand `<Space>` to:
|
||||||
| -------------- | ------- |
|
|
||||||
| `(|)` | `( | )` |
|
|
||||||
|
|
||||||
after press `<Cr>` in `(|)`, you will get:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
(
|
You start with | You get
|
||||||
|
|
==============================
|
||||||
)
|
(|) | ( | )
|
||||||
|
```
|
||||||
|
|
||||||
|
Expand `<CR>` to:
|
||||||
|
|
||||||
|
```
|
||||||
|
You start with | You get
|
||||||
|
==============================
|
||||||
|
(|) | (
|
||||||
|
| |
|
||||||
|
| )
|
||||||
```
|
```
|
||||||
|
|
||||||
### Backspace
|
### Backspace
|
||||||
|
|||||||
Reference in New Issue
Block a user