aboutsummaryrefslogtreecommitdiff
path: root/book/src/keymap.md
diff options
context:
space:
mode:
Diffstat (limited to 'book/src/keymap.md')
-rw-r--r--book/src/keymap.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md
index 6523b09f..c3c09f4c 100644
--- a/book/src/keymap.md
+++ b/book/src/keymap.md
@@ -297,7 +297,7 @@ Displays documentation for item under cursor.
| ---- | ----------- |
| `Ctrl-u` | Scroll up |
| `Ctrl-d` | Scroll down |
-
+
#### Unimpaired
Mappings in the style of [vim-unimpaired](https://github.com/tpope/vim-unimpaired).
@@ -310,14 +310,14 @@ Mappings in the style of [vim-unimpaired](https://github.com/tpope/vim-unimpaire
| `]D` | Go to last diagnostic in document (**LSP**) | `goto_last_diag` |
| `]f` | Go to next function (**TS**) | `goto_next_function` |
| `[f` | Go to previous function (**TS**) | `goto_prev_function` |
-| `]c` | Go to next class (**TS**) | `goto_next_class` |
-| `[c` | Go to previous class (**TS**) | `goto_prev_class` |
+| `]t` | Go to next type definition (**TS**) | `goto_next_class` |
+| `[t` | Go to previous type definition (**TS**) | `goto_prev_class` |
| `]a` | Go to next argument/parameter (**TS**) | `goto_next_parameter` |
| `[a` | Go to previous argument/parameter (**TS**) | `goto_prev_parameter` |
-| `]o` | Go to next comment (**TS**) | `goto_next_comment` |
-| `[o` | 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` |
+| `]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` |
| `]p` | Go to next paragraph | `goto_next_paragraph` |
| `[p` | Go to previous paragraph | `goto_prev_paragraph` |
| `[Space` | Add newline above | `add_newline_above` |