aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
authorIfiok Jr2022-12-17 15:09:14 +0000
committerGitHub2022-12-17 15:09:14 +0000
commit9c9c775a27f23b2fa5c8c856af0b15671916efd6 (patch)
tree413cd77ebcb493026c801a37b7840a9dd52a9f55 /book/src/keymap.md
parent3e6887648c386372839e29028a3459d4674ce68b (diff)
Fix a typo in the docs (#5191)
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 139e8fdd..15329400 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -317,7 +317,7 @@ Mappings in the style of [vim-unimpaired](https://github.com/tpope/vim-unimpaire
| `]c` | Go to next comment (**TS**) | `goto_next_comment` |
| `[c` | Go to previous comment (**TS**) | `goto_prev_comment` |
| `]T` | Go to next test (**TS**) | `goto_next_test` |
-| `]T` | Go to previous test (**TS**) | `goto_prev_test` |
+| `[T` | Go to previous test (**TS**) | `goto_prev_test` |
| `]p` | Go to next paragraph | `goto_next_paragraph` |
| `[p` | Go to previous paragraph | `goto_prev_paragraph` |
| `]g` | Go to next change | `goto_next_change` |