From 973f7fcff19196b4df7af540dd16dccb731da0e2 Mon Sep 17 00:00:00 2001 From: David Crespo Date: Sun, 27 Oct 2024 15:38:03 -0500 Subject: [PATCH] cargo xtask docgen --- book/src/generated/static-cmd.md | 66 ++++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index 4f9ca5280..bc55a195a 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -5,13 +5,13 @@ | `move_char_right` | Move right | normal: `` l ``, `` ``, insert: `` `` | | `move_line_up` | Move up | normal: `` gk `` | | `move_line_down` | Move down | normal: `` gj `` | -| `move_visual_line_up` | Move up | normal: `` ``, `` k ``, insert: `` `` | +| `move_visual_line_up` | Move up | normal: `` k ``, `` ``, insert: `` `` | | `move_visual_line_down` | Move down | normal: `` ``, `` j ``, insert: `` `` | | `extend_char_left` | Extend left | select: `` ``, `` h `` | | `extend_char_right` | Extend right | select: `` l ``, `` `` | | `extend_line_up` | Extend up | select: `` gk `` | | `extend_line_down` | Extend down | select: `` gj `` | -| `extend_visual_line_up` | Extend up | select: `` ``, `` k `` | +| `extend_visual_line_up` | Extend up | select: `` k ``, `` `` | | `extend_visual_line_down` | Extend down | select: `` ``, `` j `` | | `copy_selection_on_next_line` | Copy selection on next line | normal: `` C ``, select: `` C `` | | `copy_selection_on_prev_line` | Copy selection on previous line | normal: `` ``, select: `` `` | @@ -56,14 +56,14 @@ | `switch_case` | Switch (toggle) case | normal: `` ~ ``, select: `` ~ `` | | `switch_to_uppercase` | Switch to uppercase | normal: `` ``, select: `` `` | | `switch_to_lowercase` | Switch to lowercase | normal: `` ` ``, select: `` ` `` | -| `page_up` | Move page up | normal: `` z ``, `` z ``, `` ``, `` Z ``, `` Z ``, `` ``, select: `` z ``, `` z ``, `` ``, `` Z ``, `` Z ``, `` ``, insert: `` `` | -| `page_down` | Move page down | normal: `` z ``, `` z ``, `` ``, `` Z ``, `` Z ``, `` ``, select: `` z ``, `` z ``, `` ``, `` Z ``, `` Z ``, `` ``, insert: `` `` | +| `page_up` | Move page up | normal: `` ``, `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, select: `` ``, `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, insert: `` `` | +| `page_down` | Move page down | normal: `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, `` ``, select: `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, `` ``, insert: `` `` | | `half_page_up` | Move half page up | | | `half_page_down` | Move half page down | | | `page_cursor_up` | Move page and cursor up | | | `page_cursor_down` | Move page and cursor down | | -| `page_cursor_half_up` | Move page and cursor half up | normal: `` z ``, `` z ``, `` ``, `` Z ``, `` Z ``, select: `` z ``, `` z ``, `` ``, `` Z ``, `` Z `` | -| `page_cursor_half_down` | Move page and cursor half down | normal: `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, select: `` z ``, `` z ``, `` Z ``, `` Z ``, `` `` | +| `page_cursor_half_up` | Move page and cursor half up | normal: `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, select: `` z ``, `` z ``, `` Z ``, `` Z ``, `` `` | +| `page_cursor_half_down` | Move page and cursor half down | normal: `` z ``, `` z ``, `` Z ``, `` Z ``, `` ``, select: `` z ``, `` z ``, `` Z ``, `` Z ``, `` `` | | `select_all` | Select whole document | normal: `` % ``, select: `` % `` | | `select_regex` | Select all regex matches inside selections | normal: `` s ``, select: `` s `` | | `split_selection` | Split selections on regex matches | normal: `` S ``, select: `` S `` | @@ -71,9 +71,9 @@ | `merge_selections` | Merge selections | normal: `` ``, select: `` `` | | `merge_consecutive_selections` | Merge consecutive selections | normal: `` ``, select: `` `` | | `search` | Search for regex pattern | normal: `` z/ ``, `` Z/ ``, `` / ``, select: `` z/ ``, `` Z/ ``, `` / `` | -| `rsearch` | Reverse search for regex pattern | normal: `` z? ``, `` ? ``, `` Z? ``, select: `` z? ``, `` ? ``, `` Z? `` | -| `search_next` | Select next search match | normal: `` zn ``, `` n ``, `` Zn ``, select: `` zn ``, `` Zn `` | -| `search_prev` | Select previous search match | normal: `` zN ``, `` ZN ``, `` N ``, select: `` zN ``, `` ZN `` | +| `rsearch` | Reverse search for regex pattern | normal: `` z? ``, `` Z? ``, `` ? ``, select: `` z? ``, `` Z? ``, `` ? `` | +| `search_next` | Select next search match | normal: `` zn ``, `` Zn ``, `` n ``, select: `` zn ``, `` Zn `` | +| `search_prev` | Select previous search match | normal: `` zN ``, `` N ``, `` ZN ``, select: `` zN ``, `` ZN `` | | `extend_search_next` | Add next search match to selection | select: `` n `` | | `extend_search_prev` | Add previous search match to selection | select: `` N `` | | `search_selection` | Use current selection as search pattern | normal: `` * ``, select: `` * `` | @@ -125,8 +125,8 @@ | `goto_file_start` | Goto line number else file start | normal: `` gg ``, select: `` gg `` | | `goto_file_end` | Goto file end | | | `goto_file` | Goto files/URLs in selections | normal: `` gf ``, select: `` gf `` | -| `goto_file_hsplit` | Goto files in selections (hsplit) | normal: `` wf ``, `` f ``, select: `` wf ``, `` f `` | -| `goto_file_vsplit` | Goto files in selections (vsplit) | normal: `` wF ``, `` F ``, select: `` wF ``, `` F `` | +| `goto_file_hsplit` | Goto files in selections (hsplit) | normal: `` f ``, `` wf ``, select: `` f ``, `` wf `` | +| `goto_file_vsplit` | Goto files in selections (vsplit) | normal: `` F ``, `` wF ``, select: `` F ``, `` wF `` | | `goto_reference` | Goto references | normal: `` gr ``, select: `` gr `` | | `goto_window_top` | Goto window top | normal: `` gt ``, select: `` gt `` | | `goto_window_center` | Goto window center | normal: `` gc ``, select: `` gc `` | @@ -158,8 +158,8 @@ | `signature_help` | Show signature help | | | `smart_tab` | Insert tab if all cursors have all whitespace to their left; otherwise, run a separate command. | insert: `` `` | | `insert_tab` | Insert tab char | insert: `` `` | -| `insert_newline` | Insert newline char | insert: `` ``, `` `` | -| `delete_char_backward` | Delete previous char | insert: `` ``, `` ``, `` `` | +| `insert_newline` | Insert newline char | insert: `` ``, `` `` | +| `delete_char_backward` | Delete previous char | insert: `` ``, `` ``, `` `` | | `delete_char_forward` | Delete next char | insert: `` ``, `` `` | | `delete_word_backward` | Delete previous word | insert: `` ``, `` `` | | `delete_word_forward` | Delete next word | insert: `` ``, `` `` | @@ -199,7 +199,7 @@ | `remove_primary_selection` | Remove primary selection | normal: `` ``, select: `` `` | | `completion` | Invoke completion popup | insert: `` `` | | `hover` | Show docs for item under cursor | normal: `` k ``, select: `` k `` | -| `toggle_comments` | Comment/uncomment selections | normal: `` c ``, `` ``, select: `` c ``, `` `` | +| `toggle_comments` | Comment/uncomment selections | normal: `` ``, `` c ``, select: `` ``, `` c `` | | `toggle_line_comments` | Line comment/uncomment selections | normal: `` ``, select: `` `` | | `toggle_block_comments` | Block comment/uncomment selections | normal: `` C ``, select: `` C `` | | `rotate_selections_forward` | Rotate selections forward | normal: `` ) ``, select: `` ) `` | @@ -209,38 +209,38 @@ | `reverse_selection_contents` | Reverse selections contents | | | `expand_selection` | Expand selection to parent syntax node | normal: `` ``, `` ``, select: `` ``, `` `` | | `shrink_selection` | Shrink selection to previously expanded syntax node | normal: `` ``, `` ``, select: `` ``, `` `` | -| `select_next_sibling` | Select next sibling in the syntax tree | normal: `` ``, `` ``, select: `` ``, `` `` | +| `select_next_sibling` | Select next sibling in the syntax tree | normal: `` ``, `` ``, select: `` ``, `` `` | | `select_prev_sibling` | Select previous sibling the in syntax tree | normal: `` ``, `` ``, select: `` ``, `` `` | | `select_all_siblings` | Select all siblings of the current node | normal: `` ``, select: `` `` | | `select_all_children` | Select all children of the current node | normal: `` ``, `` ``, select: `` ``, `` `` | | `jump_forward` | Jump forward on jumplist | normal: `` ``, `` ``, select: `` ``, `` `` | | `jump_backward` | Jump backward on jumplist | normal: `` ``, select: `` `` | | `save_selection` | Save current selection to jumplist | normal: `` ``, select: `` `` | -| `jump_view_right` | Jump to right split | normal: `` w ``, `` wl ``, `` w ``, `` ``, `` ``, `` l ``, select: `` w ``, `` wl ``, `` w ``, `` ``, `` ``, `` l `` | -| `jump_view_left` | Jump to left split | normal: `` wh ``, `` w ``, `` w ``, `` h ``, `` ``, `` ``, select: `` wh ``, `` w ``, `` w ``, `` h ``, `` ``, `` `` | -| `jump_view_up` | Jump to split above | normal: `` wk ``, `` w ``, `` w ``, `` k ``, `` ``, `` ``, select: `` wk ``, `` w ``, `` w ``, `` k ``, `` ``, `` `` | -| `jump_view_down` | Jump to split below | normal: `` wj ``, `` w ``, `` w ``, `` ``, `` j ``, `` ``, select: `` wj ``, `` w ``, `` w ``, `` ``, `` j ``, `` `` | -| `swap_view_right` | Swap with right split | normal: `` wL ``, `` L ``, select: `` wL ``, `` L `` | -| `swap_view_left` | Swap with left split | normal: `` wH ``, `` H ``, select: `` wH ``, `` H `` | -| `swap_view_up` | Swap with split above | normal: `` wK ``, `` K ``, select: `` wK ``, `` K `` | -| `swap_view_down` | Swap with split below | normal: `` wJ ``, `` J ``, select: `` wJ ``, `` J `` | -| `transpose_view` | Transpose splits | normal: `` wt ``, `` w ``, `` t ``, `` ``, select: `` wt ``, `` w ``, `` t ``, `` `` | -| `rotate_view` | Goto next window | normal: `` ww ``, `` w ``, `` w ``, `` ``, select: `` ww ``, `` w ``, `` w ``, `` `` | +| `jump_view_right` | Jump to right split | normal: `` ``, `` l ``, `` ``, `` wl ``, `` w ``, `` w ``, select: `` ``, `` l ``, `` ``, `` wl ``, `` w ``, `` w `` | +| `jump_view_left` | Jump to left split | normal: `` ``, `` h ``, `` ``, `` wh ``, `` w ``, `` w ``, select: `` ``, `` h ``, `` ``, `` wh ``, `` w ``, `` w `` | +| `jump_view_up` | Jump to split above | normal: `` ``, `` k ``, `` ``, `` w ``, `` w ``, `` wk ``, select: `` ``, `` k ``, `` ``, `` w ``, `` w ``, `` wk `` | +| `jump_view_down` | Jump to split below | normal: `` ``, `` ``, `` j ``, `` wj ``, `` w ``, `` w ``, select: `` ``, `` ``, `` j ``, `` wj ``, `` w ``, `` w `` | +| `swap_view_right` | Swap with right split | normal: `` L ``, `` wL ``, select: `` L ``, `` wL `` | +| `swap_view_left` | Swap with left split | normal: `` H ``, `` wH ``, select: `` H ``, `` wH `` | +| `swap_view_up` | Swap with split above | normal: `` K ``, `` wK ``, select: `` K ``, `` wK `` | +| `swap_view_down` | Swap with split below | normal: `` J ``, `` wJ ``, select: `` J ``, `` wJ `` | +| `transpose_view` | Transpose splits | normal: `` ``, `` t ``, `` wt ``, `` w ``, select: `` ``, `` t ``, `` wt ``, `` w `` | +| `rotate_view` | Goto next window | normal: `` w ``, `` ``, `` ww ``, `` w ``, select: `` w ``, `` ``, `` ww ``, `` w `` | | `rotate_view_reverse` | Goto previous window | | -| `hsplit` | Horizontal bottom split | normal: `` ws ``, `` w ``, `` ``, `` s ``, select: `` ws ``, `` w ``, `` ``, `` s `` | -| `hsplit_new` | Horizontal bottom split scratch buffer | normal: `` wns ``, `` wn ``, `` ns ``, `` n ``, select: `` wns ``, `` wn ``, `` ns ``, `` n `` | -| `vsplit` | Vertical right split | normal: `` w ``, `` wv ``, `` ``, `` v ``, select: `` w ``, `` wv ``, `` ``, `` v `` | -| `vsplit_new` | Vertical right split scratch buffer | normal: `` wn ``, `` wnv ``, `` n ``, `` nv ``, select: `` wn ``, `` wnv ``, `` n ``, `` nv `` | -| `wclose` | Close window | normal: `` wq ``, `` w ``, `` ``, `` q ``, select: `` wq ``, `` w ``, `` ``, `` q `` | -| `wonly` | Close windows except current | normal: `` w ``, `` wo ``, `` o ``, `` ``, select: `` w ``, `` wo ``, `` o ``, `` `` | +| `hsplit` | Horizontal bottom split | normal: `` s ``, `` ``, `` ws ``, `` w ``, select: `` s ``, `` ``, `` ws ``, `` w `` | +| `hsplit_new` | Horizontal bottom split scratch buffer | normal: `` n ``, `` ns ``, `` wn ``, `` wns ``, select: `` n ``, `` ns ``, `` wn ``, `` wns `` | +| `vsplit` | Vertical right split | normal: `` ``, `` v ``, `` wv ``, `` w ``, select: `` ``, `` v ``, `` wv ``, `` w `` | +| `vsplit_new` | Vertical right split scratch buffer | normal: `` n ``, `` nv ``, `` wnv ``, `` wn ``, select: `` n ``, `` nv ``, `` wnv ``, `` wn `` | +| `wclose` | Close window | normal: `` ``, `` q ``, `` w ``, `` wq ``, select: `` ``, `` q ``, `` w ``, `` wq `` | +| `wonly` | Close windows except current | normal: `` ``, `` o ``, `` w ``, `` wo ``, select: `` ``, `` o ``, `` w ``, `` wo `` | | `select_register` | Select register | normal: `` " ``, select: `` " `` | | `insert_register` | Insert register | insert: `` `` | | `align_view_middle` | Align view middle | normal: `` zm ``, `` Zm ``, select: `` zm ``, `` Zm `` | | `align_view_top` | Align view top | normal: `` zt ``, `` Zt ``, select: `` zt ``, `` Zt `` | | `align_view_center` | Align view center | normal: `` zc ``, `` zz ``, `` Zz ``, `` Zc ``, select: `` zc ``, `` zz ``, `` Zz ``, `` Zc `` | | `align_view_bottom` | Align view bottom | normal: `` zb ``, `` Zb ``, select: `` zb ``, `` Zb `` | -| `scroll_up` | Scroll view up | normal: `` z ``, `` zk ``, `` Zk ``, `` Z ``, select: `` z ``, `` zk ``, `` Zk ``, `` Z `` | -| `scroll_down` | Scroll view down | normal: `` zj ``, `` z ``, `` Zj ``, `` Z ``, select: `` zj ``, `` z ``, `` Zj ``, `` Z `` | +| `scroll_up` | Scroll view up | normal: `` zk ``, `` z ``, `` Z ``, `` Zk ``, select: `` zk ``, `` z ``, `` Z ``, `` Zk `` | +| `scroll_down` | Scroll view down | normal: `` zj ``, `` z ``, `` Z ``, `` Zj ``, select: `` zj ``, `` z ``, `` Z ``, `` Zj `` | | `match_brackets` | Goto matching bracket | normal: `` mm ``, select: `` mm `` | | `surround_add` | Surround add | normal: `` ms ``, select: `` ms `` | | `surround_replace` | Surround replace | normal: `` mr ``, select: `` mr `` |