|
|
|
@ -345,30 +345,32 @@ Displays the signature of the selected completion item. Remapping currently not
|
|
|
|
|
|
|
|
|
|
These mappings are in the style of [vim-unimpaired](https://github.com/tpope/vim-unimpaired).
|
|
|
|
|
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
|
| `]d` | Go to next diagnostic (**LSP**) | `goto_next_diag` |
|
|
|
|
|
| `[d` | Go to previous diagnostic (**LSP**) | `goto_prev_diag` |
|
|
|
|
|
| `]D` | Go to last diagnostic in document (**LSP**) | `goto_last_diag` |
|
|
|
|
|
| `[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` |
|
|
|
|
|
| `]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` |
|
|
|
|
|
| `]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` |
|
|
|
|
|
| `]g` | Go to next change | `goto_next_change` |
|
|
|
|
|
| `[g` | Go to previous change | `goto_prev_change` |
|
|
|
|
|
| `]G` | Go to last change | `goto_last_change` |
|
|
|
|
|
| `[G` | Go to first change | `goto_first_change` |
|
|
|
|
|
| `]Space` | Add newline below | `add_newline_below` |
|
|
|
|
|
| `[Space` | Add newline above | `add_newline_above` |
|
|
|
|
|
| Key | Description | Command |
|
|
|
|
|
| ----- | ----------- | ------- |
|
|
|
|
|
| `]d` | Go to next diagnostic (**LSP**) | `goto_next_diag` |
|
|
|
|
|
| `[d` | Go to previous diagnostic (**LSP**) | `goto_prev_diag` |
|
|
|
|
|
| `]D` | Go to last diagnostic in document (**LSP**) | `goto_last_diag` |
|
|
|
|
|
| `[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` |
|
|
|
|
|
| `]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` |
|
|
|
|
|
| `]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` |
|
|
|
|
|
| `]g` | Go to next change | `goto_next_change` |
|
|
|
|
|
| `[g` | Go to previous change | `goto_prev_change` |
|
|
|
|
|
| `]G` | Go to last change | `goto_last_change` |
|
|
|
|
|
| `[G` | Go to first change | `goto_first_change` |
|
|
|
|
|
| `[x` | Go to next (X)HTML element | `goto_next_xml_element` |
|
|
|
|
|
| `]x` | Go to previous (X)HTML element | `goto_prev_xml_element` |
|
|
|
|
|
| `]Space` | Add newline below | `add_newline_below` |
|
|
|
|
|
| `[Space` | Add newline above | `add_newline_above` |
|
|
|
|
|
|
|
|
|
|
## Insert mode
|
|
|
|
|
|
|
|
|
|