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