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:
Chl 2020-07-03 14:48:11 +02:00 committed by GitHub
parent 969967363f
commit ac3891cae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
vim.md
View File

@ -293,6 +293,7 @@ Uppercase ones are recursive (eg, `zO` is open recursively).
| Shortcut | Description |
| --- | --- |
| `%` | Nearest/matching `{[()]}` |
| `[(` `[{` `[<` | Previous `(` or `{` or `<` |
| `])` | Next |
| --- | --- |