diff --git a/README.md b/README.md index a1dd804..7979af1 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,36 @@ Plug 'Raimondi/delimitMate' ### Automatic closing & exiting -| Type | You get | -| ----------- | --------- | -| `(` | `(|)` | -| `()` | `()|` | -| `(` | `()|` | -| `{("g` | `{("")}|` | +``` + Type | You get +======================= + ( | (|) +-----------|----------- + () | ()| +-----------|----------- +( | ()| +-----------|----------- +{("g | {("")}| +``` ### Expansion of space and CR -| You start with | You get | -| -------------- | ------- | -| `(|)` | `( | )` | - -after press `` in `(|)`, you will get: +Expand `` to: ``` -( - | -) +You start with | You get +============================== + (|) | ( | ) +``` + +Expand `` to: + +``` +You start with | You get +============================== + (|) | ( + | | + | ) ``` ### Backspace