remove table

This commit is contained in:
wsdjeg
2017-11-26 23:08:28 +08:00
parent e91b50c2e6
commit b6b57ccb05

View File

@@ -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