Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/generated/static-cmd.md')
| -rw-r--r-- | book/src/generated/static-cmd.md | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index 1b347290..af7515b8 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -106,14 +106,10 @@ | `code_action` | Perform code action | normal: `` <space>a ``, select: `` <space>a `` | | `buffer_picker` | Open buffer picker | normal: `` <space>b ``, select: `` <space>b `` | | `jumplist_picker` | Open jumplist picker | normal: `` <space>j ``, select: `` <space>j `` | -| `symbol_picker` | Open symbol picker | | -| `syntax_symbol_picker` | Open symbol picker from syntax information | | -| `lsp_or_syntax_symbol_picker` | Open symbol picker from LSP or syntax information | normal: `` <space>s ``, select: `` <space>s `` | +| `symbol_picker` | Open symbol picker | normal: `` <space>s ``, select: `` <space>s `` | | `changed_file_picker` | Open changed file picker | normal: `` <space>g ``, select: `` <space>g `` | | `select_references_to_symbol_under_cursor` | Select symbol references | normal: `` <space>h ``, select: `` <space>h `` | -| `workspace_symbol_picker` | Open workspace symbol picker | | -| `syntax_workspace_symbol_picker` | Open workspace symbol picker from syntax information | | -| `lsp_or_syntax_workspace_symbol_picker` | Open workspace symbol picker from LSP or syntax information | normal: `` <space>S ``, select: `` <space>S `` | +| `workspace_symbol_picker` | Open workspace symbol picker | normal: `` <space>S ``, select: `` <space>S `` | | `diagnostics_picker` | Open diagnostic picker | normal: `` <space>d ``, select: `` <space>d `` | | `workspace_diagnostics_picker` | Open workspace diagnostic picker | normal: `` <space>D ``, select: `` <space>D `` | | `last_picker` | Open last picker | normal: `` <space>' ``, select: `` <space>' `` | @@ -130,10 +126,8 @@ | `add_newline_below` | Add newline below | normal: `` ]<space> ``, select: `` ]<space> `` | | `goto_type_definition` | Goto type definition | normal: `` gy ``, select: `` gy `` | | `goto_implementation` | Goto implementation | normal: `` gi ``, select: `` gi `` | -| `goto_file_start` | Goto line number <n> else file start | normal: `` gg `` | +| `goto_file_start` | Goto line number <n> else file start | normal: `` gg ``, select: `` gg `` | | `goto_file_end` | Goto file end | | -| `extend_to_file_start` | Extend to line number<n> else file start | select: `` gg `` | -| `extend_to_file_end` | Extend to file end | | | `goto_file` | Goto files/URLs in selections | normal: `` gf ``, select: `` gf `` | | `goto_file_hsplit` | Goto files in selections (hsplit) | normal: `` <C-w>f ``, `` <space>wf ``, select: `` <C-w>f ``, `` <space>wf `` | | `goto_file_vsplit` | Goto files in selections (vsplit) | normal: `` <C-w>F ``, `` <space>wF ``, select: `` <C-w>F ``, `` <space>wF `` | @@ -145,8 +139,7 @@ | `goto_last_modified_file` | Goto last modified file | normal: `` gm ``, select: `` gm `` | | `goto_last_modification` | Goto last modification | normal: `` g. ``, select: `` g. `` | | `goto_line` | Goto line | normal: `` G ``, select: `` G `` | -| `goto_last_line` | Goto last line | normal: `` ge `` | -| `extend_to_last_line` | Extend to last line | select: `` ge `` | +| `goto_last_line` | Goto last line | normal: `` ge ``, select: `` ge `` | | `goto_first_diag` | Goto first diagnostic | normal: `` [D ``, select: `` [D `` | | `goto_last_diag` | Goto last diagnostic | normal: `` ]D ``, select: `` ]D `` | | `goto_next_diag` | Goto next diagnostic | normal: `` ]d ``, select: `` ]d `` | @@ -157,8 +150,6 @@ | `goto_last_change` | Goto last change | normal: `` ]G ``, select: `` ]G `` | | `goto_line_start` | Goto line start | normal: `` gh ``, `` <home> ``, select: `` gh ``, insert: `` <home> `` | | `goto_line_end` | Goto line end | normal: `` gl ``, `` <end> ``, select: `` gl `` | -| `goto_column` | Goto column | normal: `` g\| `` | -| `extend_to_column` | Extend to column | select: `` g\| `` | | `goto_next_buffer` | Goto next buffer | normal: `` gn ``, select: `` gn `` | | `goto_previous_buffer` | Goto previous buffer | normal: `` gp ``, select: `` gp `` | | `goto_line_end_newline` | Goto newline at line end | insert: `` <end> `` | @@ -172,8 +163,6 @@ | `smart_tab` | Insert tab if all cursors have all whitespace to their left; otherwise, run a separate command. | insert: `` <tab> `` | | `insert_tab` | Insert tab char | insert: `` <S-tab> `` | | `insert_newline` | Insert newline char | insert: `` <C-j> ``, `` <ret> `` | -| `insert_char_interactive` | Insert an interactively-chosen char | | -| `append_char_interactive` | Append an interactively-chosen char | | | `delete_char_backward` | Delete previous char | insert: `` <C-h> ``, `` <backspace> ``, `` <S-backspace> `` | | `delete_char_forward` | Delete next char | insert: `` <C-d> ``, `` <del> `` | | `delete_word_backward` | Delete previous word | insert: `` <C-w> ``, `` <A-backspace> `` | @@ -273,8 +262,6 @@ | `goto_prev_comment` | Goto previous comment | normal: `` [c ``, select: `` [c `` | | `goto_next_test` | Goto next test | normal: `` ]T ``, select: `` ]T `` | | `goto_prev_test` | Goto previous test | normal: `` [T ``, select: `` [T `` | -| `goto_next_xml_element` | Goto next (X)HTML element | normal: `` ]x ``, select: `` ]x `` | -| `goto_prev_xml_element` | Goto previous (X)HTML element | normal: `` [x ``, select: `` [x `` | | `goto_next_entry` | Goto next pairing | normal: `` ]e ``, select: `` ]e `` | | `goto_prev_entry` | Goto previous pairing | normal: `` [e ``, select: `` [e `` | | `goto_next_paragraph` | Goto next paragraph | normal: `` ]p ``, select: `` ]p `` | @@ -309,7 +296,5 @@ | `command_palette` | Open command palette | normal: `` <space>? ``, select: `` <space>? `` | | `goto_word` | Jump to a two-character label | normal: `` gw `` | | `extend_to_word` | Extend to a two-character label | select: `` gw `` | -| `goto_next_tabstop` | Goto next snippet placeholder | | -| `goto_prev_tabstop` | Goto next snippet placeholder | | -| `rotate_selections_first` | Make the first selection your primary one | | -| `rotate_selections_last` | Make the last selection your primary one | | +| `goto_next_tabstop` | goto next snippet placeholder | | +| `goto_prev_tabstop` | goto next snippet placeholder | | |