diff --git a/book/src/generated/static-cmd.md b/book/src/generated/static-cmd.md index 2cb8b90d2..15575c4b6 100644 --- a/book/src/generated/static-cmd.md +++ b/book/src/generated/static-cmd.md @@ -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,8 +71,8 @@ | `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 `` | +| `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 `` | @@ -144,8 +144,8 @@ | `goto_prev_change` | Goto previous change | normal: `` [g ``, select: `` [g `` | | `goto_first_change` | Goto first change | normal: `` [G ``, select: `` [G `` | | `goto_last_change` | Goto last change | normal: `` ]G ``, select: `` ]G `` | -| `goto_line_start` | Goto line start | normal: `` ``, `` gh ``, select: `` gh ``, insert: `` `` | -| `goto_line_end` | Goto line end | normal: `` ``, `` gl ``, select: `` gl `` | +| `goto_line_start` | Goto line start | normal: `` gh ``, `` ``, select: `` gh ``, insert: `` `` | +| `goto_line_end` | Goto line end | normal: `` gl ``, `` ``, select: `` gl `` | | `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: `` `` | @@ -159,9 +159,9 @@ | `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: `` ``, `` ``, `` `` | +| `delete_char_backward` | Delete previous char | insert: `` ``, `` ``, `` `` | | `delete_char_forward` | Delete next char | insert: `` ``, `` `` | -| `delete_word_backward` | Delete previous word | insert: `` ``, `` `` | +| `delete_word_backward` | Delete previous word | insert: `` ``, `` `` | | `delete_word_forward` | Delete next word | insert: `` ``, `` `` | | `kill_to_line_start` | Delete till start of line | insert: `` `` | | `kill_to_line_end` | Delete till end of line | insert: `` `` | @@ -207,40 +207,40 @@ | `rotate_selection_contents_forward` | Rotate selection contents forward | normal: `` ``, select: `` `` | | `rotate_selection_contents_backward` | Rotate selections contents backward | normal: `` ``, select: `` `` | | `reverse_selection_contents` | Reverse selections contents | | -| `expand_selection` | Expand selection to parent syntax node | normal: `` ``, `` ``, select: `` ``, `` `` | +| `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: `` ``, `` `` | +| `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: `` ``, `` l ``, `` ``, `` w ``, `` w ``, `` wl ``, select: `` ``, `` l ``, `` ``, `` w ``, `` w ``, `` wl `` | -| `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 ``, `` wk ``, `` w ``, select: `` k ``, `` ``, `` ``, `` w ``, `` wk ``, `` w `` | -| `jump_view_down` | Jump to split below | normal: `` ``, `` j ``, `` ``, `` wj ``, `` w ``, `` w ``, select: `` ``, `` j ``, `` ``, `` wj ``, `` 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 ``, `` ``, `` ``, `` w ``, `` w ``, `` wh ``, select: `` h ``, `` ``, `` ``, `` w ``, `` w ``, `` wh `` | +| `jump_view_up` | Jump to split above | normal: `` ``, `` ``, `` k ``, `` wk ``, `` w ``, `` w ``, select: `` ``, `` ``, `` k ``, `` wk ``, `` w ``, `` w `` | +| `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 `` | +| `transpose_view` | Transpose splits | normal: `` ``, `` t ``, `` w ``, `` wt ``, select: `` ``, `` t ``, `` w ``, `` wt `` | | `rotate_view` | Goto next window | normal: `` w ``, `` ``, `` w ``, `` ww ``, select: `` w ``, `` ``, `` w ``, `` ww `` | | `rotate_view_reverse` | Goto previous window | | -| `hsplit` | Horizontal bottom split | normal: `` s ``, `` ``, `` ws ``, `` w ``, select: `` s ``, `` ``, `` ws ``, `` w `` | +| `hsplit` | Horizontal bottom split | normal: `` ``, `` s ``, `` ws ``, `` w ``, select: `` ``, `` s ``, `` ws ``, `` w `` | | `hsplit_new` | Horizontal bottom split scratch buffer | normal: `` ns ``, `` n ``, `` wn ``, `` wns ``, select: `` ns ``, `` n ``, `` wn ``, `` wns `` | -| `vsplit` | Vertical right split | normal: `` ``, `` v ``, `` wv ``, `` w ``, select: `` ``, `` v ``, `` wv ``, `` w `` | -| `vsplit_new` | Vertical right split scratch buffer | normal: `` n ``, `` nv ``, `` wn ``, `` wnv ``, select: `` n ``, `` nv ``, `` wn ``, `` wnv `` | +| `vsplit` | Vertical right split | normal: `` v ``, `` ``, `` wv ``, `` w ``, select: `` v ``, `` ``, `` wv ``, `` w `` | +| `vsplit_new` | Vertical right split scratch buffer | normal: `` nv ``, `` n ``, `` wn ``, `` wnv ``, select: `` nv ``, `` n ``, `` wn ``, `` wnv `` | | `wclose` | Close window | normal: `` ``, `` q ``, `` wq ``, `` w ``, select: `` ``, `` q ``, `` wq ``, `` w `` | -| `wonly` | Close windows except current | normal: `` o ``, `` ``, `` wo ``, `` w ``, select: `` o ``, `` ``, `` wo ``, `` w `` | +| `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_center` | Align view center | normal: `` zz ``, `` zc ``, `` Zc ``, `` Zz ``, select: `` zz ``, `` zc ``, `` Zc ``, `` Zz `` | | `align_view_bottom` | Align view bottom | normal: `` zb ``, `` Zb ``, select: `` zb ``, `` Zb `` | | `scroll_up` | Scroll view up | normal: `` zk ``, `` z ``, `` Z ``, `` Zk ``, select: `` zk ``, `` z ``, `` Z ``, `` Zk `` | -| `scroll_down` | Scroll view down | normal: `` zj ``, `` z ``, `` Zj ``, `` Z ``, select: `` zj ``, `` z ``, `` Zj ``, `` Z `` | +| `scroll_down` | Scroll view down | normal: `` z ``, `` zj ``, `` Zj ``, `` Z ``, select: `` z ``, `` zj ``, `` Zj ``, `` Z `` | | `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 `` |