vim: Added '%' as a quick delimiter navigator (#1483)
Works pour `{}`, `()`, `[]` and also `/* */`, `#ifdef` and other usual delimiters in programming languages. See ':help %'.
This commit is contained in:
parent
969967363f
commit
ac3891cae8
1
vim.md
1
vim.md
|
@ -293,6 +293,7 @@ Uppercase ones are recursive (eg, `zO` is open recursively).
|
||||||
|
|
||||||
| Shortcut | Description |
|
| Shortcut | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
| `%` | Nearest/matching `{[()]}` |
|
||||||
| `[(` `[{` `[<` | Previous `(` or `{` or `<` |
|
| `[(` `[{` `[<` | Previous `(` or `{` or `<` |
|
||||||
| `])` | Next |
|
| `])` | Next |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
|
Loading…
Reference in New Issue