From 1da83a98a35ffa76479728bef32fcaba1c545c06 Mon Sep 17 00:00:00 2001 From: Anthony Templeton Date: Tue, 28 Mar 2023 08:57:33 -0400 Subject: [PATCH] update keymap --- book/src/keymap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/src/keymap.md b/book/src/keymap.md index 173728f27..ea393004d 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -315,6 +315,8 @@ These mappings are in the style of [vim-unimpaired](https://github.com/tpope/vim | `[D` | Go to first diagnostic in document (**LSP**) | `goto_first_diag` | | `]f` | Go to next function (**TS**) | `goto_next_function` | | `[f` | Go to previous function (**TS**) | `goto_prev_function` | +| `]r` | Go to next reference (**LSP**) | `goto_next_reference` | +| `[r` | Go to previous reference (**LSP**) | `goto_prev_reference` | | `]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` |