From f8c5b93e10611356264602e9bc1046d478124731 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 13 Oct 2022 03:07:06 +0000 Subject: [PATCH] [docgen] Update README.md skip-checks: true --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa44f7b..2c9f415 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ which you can use as a reference if you want to set your own bindings. | `}` | Jump to the next symbol | | `[[` | Jump up the tree, moving backwards | | `]]` | Jump up the tree, moving forwards | +| `r` | Rename the current symbol | | `q` | Close the aerial window | | `o`/`za` | Toggle the symbol under the cursor open/closed | | `O`/`zA` | Recursive toggle the symbol under the cursor open/closed |