From 60498e33d462cf261b1b5d01d5e345f8ea1edf9f Mon Sep 17 00:00:00 2001 From: pit-ray Date: Thu, 4 Jan 2024 01:32:27 +0900 Subject: [PATCH] add document --- docs/cheat_sheet/defaults/big/index.md | 40 ++++++++-------- docs/cheat_sheet/defaults/huge/index.md | 2 +- docs/cheat_sheet/defaults/normal/index.md | 50 ++++++++++---------- docs/cheat_sheet/defaults/small/index.md | 37 +++++++++------ docs/cheat_sheet/defaults/tiny/index.md | 26 +++++------ docs/cheat_sheet/functions/index.md | 57 +++++++++++++++++++++++ 6 files changed, 139 insertions(+), 73 deletions(-) diff --git a/docs/cheat_sheet/defaults/big/index.md b/docs/cheat_sheet/defaults/big/index.md index 32151ad1..88f17d4c 100644 --- a/docs/cheat_sheet/defaults/big/index.md +++ b/docs/cheat_sheet/defaults/big/index.md @@ -19,10 +19,10 @@ nav: Big Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| |`V`|[\]({{ site.url }}/cheat_sheet/functions/#select_all)| -|`Y`, `yy`, `y`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_copy)| -|`p`, `P`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)| -|`D`, `dd`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)| -|``, `x`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)| +|`yy`, `y`, `Y`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_copy)| +|`P`, `p`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)| +|`dd`, `D`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)| +|`x`, ``|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)| |`X`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_backspace)| |``|[\]({{ site.url }}/cheat_sheet/functions/#redo)| |`u`, `U`|[\]({{ site.url }}/cheat_sheet/functions/#undo)| @@ -33,7 +33,7 @@ nav: Big Mappings |`s`|[\]({{ site.url }}/cheat_sheet/functions/#taskview)| |`gT`|[\]({{ site.url }}/cheat_sheet/functions/#switch_to_left_tab)| |`gt`|[\]({{ site.url }}/cheat_sheet/functions/#switch_to_right_tab)| -|`?`, `/`|[\]({{ site.url }}/cheat_sheet/functions/#search_pattern)| +|`/`, `?`|[\]({{ site.url }}/cheat_sheet/functions/#search_pattern)| |``|[\]({{ site.url }}/cheat_sheet/functions/#goto_next_page)| |``|[\]({{ site.url }}/cheat_sheet/functions/#goto_prev_page)| |``|[\]({{ site.url }}/cheat_sheet/functions/#open_startmenu)| @@ -51,17 +51,17 @@ nav: Big Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`h`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_left)| -|``, `l`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_right)| -|`k`, `-`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_up)| -|``, `j`, `+`|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_down)| +|``, ``, `h`|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_left)| +|`l`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_right)| +|`-`, `k`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_up)| +|`+`, `j`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_down)| ### Mouse Jumping |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`^`, `0`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_left)| -|``, `$`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_right)| +|`0`, `^`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_left)| +|`$`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_right)| |`gg`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_top)| |`G`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_bottom)| |`gm`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_hcenter)| @@ -71,8 +71,8 @@ nav: Big Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)| @@ -86,10 +86,10 @@ nav: Big Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`Y`, `yy`, `y`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_copy)| -|`p`, `P`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)| -|`D`, `dd`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)| -|``, `x`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)| +|`yy`, `y`, `Y`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_copy)| +|`P`, `p`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)| +|`dd`, `D`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)| +|`x`, ``|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)| |`X`|[\]({{ site.url }}/cheat_sheet/functions/#hotkey_backspace)| ## Command Mode @@ -111,10 +111,10 @@ nav: Big Mappings |`tabprevious`|[\]({{ site.url }}/cheat_sheet/functions/#switch_to_left_tab)| |`tabnext`|[\]({{ site.url }}/cheat_sheet/functions/#switch_to_right_tab)| |`tabnew`|[\]({{ site.url }}/cheat_sheet/functions/#open_new_tab)| -|`q!`, `tabclose`, `q`|[\]({{ site.url }}/cheat_sheet/functions/#close_current_tab)| +|`q`, `q!`, `tabclose`|[\]({{ site.url }}/cheat_sheet/functions/#close_current_tab)| |`ex`, `explorer`|[\]({{ site.url }}/cheat_sheet/functions/#start_explorer)| -|`start`, `win`|[\]({{ site.url }}/cheat_sheet/functions/#open_startmenu)| -|`open`, `find`|[\]({{ site.url }}/cheat_sheet/functions/#open)| +|`win`, `start`|[\]({{ site.url }}/cheat_sheet/functions/#open_startmenu)| +|`find`, `open`|[\]({{ site.url }}/cheat_sheet/functions/#open)| |`forward`|[\]({{ site.url }}/cheat_sheet/functions/#forward_ui_navigation)| |`backward`|[\]({{ site.url }}/cheat_sheet/functions/#backward_ui_navigation)| |`decide`|[\]({{ site.url }}/cheat_sheet/functions/#decide_focused_ui_object)| diff --git a/docs/cheat_sheet/defaults/huge/index.md b/docs/cheat_sheet/defaults/huge/index.md index 3d7ce6e1..6fbaaf39 100644 --- a/docs/cheat_sheet/defaults/huge/index.md +++ b/docs/cheat_sheet/defaults/huge/index.md @@ -10,7 +10,7 @@ nav: Huge Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`md`, `mkdir`|[\]({{ site.url }}/cheat_sheet/functions/#makedir)| +|`mkdir`, `md`|[\]({{ site.url }}/cheat_sheet/functions/#makedir)|

diff --git a/docs/cheat_sheet/defaults/normal/index.md b/docs/cheat_sheet/defaults/normal/index.md index 55a209f9..c3aec4c4 100644 --- a/docs/cheat_sheet/defaults/normal/index.md +++ b/docs/cheat_sheet/defaults/normal/index.md @@ -10,7 +10,7 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``, `I`|[\]({{ site.url }}/cheat_sheet/functions/#click_left)[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| +|``, ``, `I`|[\]({{ site.url }}/cheat_sheet/functions/#click_left)[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| ## Editor Normal Mode @@ -29,8 +29,8 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)| @@ -48,7 +48,7 @@ nav: Normal Mappings |`u`, `U`|[\]({{ site.url }}/cheat_sheet/functions/#undo)| |`gT`|[\]({{ site.url }}/cheat_sheet/functions/#switch_to_left_tab)| |`gt`|[\]({{ site.url }}/cheat_sheet/functions/#switch_to_right_tab)| -|`?`, `/`|[\]({{ site.url }}/cheat_sheet/functions/#search_pattern)| +|`/`, `?`|[\]({{ site.url }}/cheat_sheet/functions/#search_pattern)| ### Mode Transition on Vim Emulation @@ -64,10 +64,10 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, `h`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_left)| -|``, `l`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_right)| -|``, `-`, ``, `gk`, `k`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_up)| -|`j`, ``, ``, ``, ``, `+`, `gj`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_down)| +|``, ``, ``, `h`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_left)| +|`l`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_right)| +|``, `-`, `gk`, ``, `k`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_up)| +|`j`, ``, ``, ``, `gj`, ``, `+`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_down)| |`w`|[\]({{ site.url }}/cheat_sheet/functions/#move_fwd_word)| |`b`|[\]({{ site.url }}/cheat_sheet/functions/#move_bck_word)| |`W`|[\]({{ site.url }}/cheat_sheet/functions/#move_fwd_bigword)| @@ -81,8 +81,8 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`0`, ``, `g0`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bol)| -|`g$`, ``, `$`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)| +|`0`, `g0`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bol)| +|`$`, `g$`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)| |`gg`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bof)| |`G`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eof)| @@ -96,7 +96,7 @@ nav: Normal Mappings |`P`|[\]({{ site.url }}/cheat_sheet/functions/#put_before)| |`dd`|[\]({{ site.url }}/cheat_sheet/functions/#delete_line)| |`D`|[\]({{ site.url }}/cheat_sheet/functions/#delete_line_until_eol)| -|``, `x`|[\]({{ site.url }}/cheat_sheet/functions/#delete_after)| +|`x`, ``|[\]({{ site.url }}/cheat_sheet/functions/#delete_after)| |`X`|[\]({{ site.url }}/cheat_sheet/functions/#delete_before)| |`J`|[\]({{ site.url }}/cheat_sheet/functions/#join_next_line)| |`r`|[\]({{ site.url }}/cheat_sheet/functions/#replace_char)| @@ -104,7 +104,7 @@ nav: Normal Mappings |`~`|[\]({{ site.url }}/cheat_sheet/functions/#switch_char_case)| |`d`|[\]({{ site.url }}/cheat_sheet/functions/#delete_with_motion)| |`c`|[\]({{ site.url }}/cheat_sheet/functions/#change_with_motion)| -|`cc`, `S`|[\]({{ site.url }}/cheat_sheet/functions/#change_line)| +|`S`, `cc`|[\]({{ site.url }}/cheat_sheet/functions/#change_line)| |`s`|[\]({{ site.url }}/cheat_sheet/functions/#change_char)| |`C`|[\]({{ site.url }}/cheat_sheet/functions/#change_until_eol)| |`.`|[\]({{ site.url }}/cheat_sheet/functions/#repeat_last_change)| @@ -118,14 +118,14 @@ nav: Normal Mappings |``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_gui_normal)| |``|[\]({{ site.url }}/cheat_sheet/functions/#to_resident)| |`:`|[\]({{ site.url }}/cheat_sheet/functions/#to_command)| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| ### Scrolling |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)| @@ -139,10 +139,10 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, `h`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_left)| -|``, `l`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_right)| -|``, `-`, ``, `gk`, `k`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_up)| -|`j`, ``, ``, ``, ``, `+`, `gj`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_down)| +|``, ``, ``, `h`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_left)| +|`l`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_right)| +|``, `-`, `gk`, ``, `k`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_up)| +|`j`, ``, ``, ``, `gj`, ``, `+`|[\]({{ site.url }}/cheat_sheet/functions/#move_caret_down)| |`w`|[\]({{ site.url }}/cheat_sheet/functions/#move_fwd_word_simple)| |`b`|[\]({{ site.url }}/cheat_sheet/functions/#move_bck_word_simple)| @@ -150,8 +150,8 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`0`, ``, `g0`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bol)| -|`g$`, ``, `$`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)| +|`0`, `g0`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bol)| +|`$`, `g$`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)| |`gg`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bof)| |`G`|[\]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eof)| @@ -160,14 +160,14 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| |`y`|[\]({{ site.url }}/cheat_sheet/functions/#yank_highlight_text)| -|`d`, `x`, `X`|[\]({{ site.url }}/cheat_sheet/functions/#delete_highlight_text)| -|`s`, `c`, `S`|[\]({{ site.url }}/cheat_sheet/functions/#change_highlight_text)| +|`x`, `X`, `d`|[\]({{ site.url }}/cheat_sheet/functions/#delete_highlight_text)| +|`S`, `c`, `s`|[\]({{ site.url }}/cheat_sheet/functions/#change_highlight_text)| ## Insert Mode |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| ## Resident Mode @@ -179,7 +179,7 @@ nav: Normal Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`en`, `edinormal`|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| +|`edinormal`, `en`|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_normal)| |`ev`, `edivisual`|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_visual)| |`evl`, `edivisualline`|[\]({{ site.url }}/cheat_sheet/functions/#to_edi_visual_line)| diff --git a/docs/cheat_sheet/defaults/small/index.md b/docs/cheat_sheet/defaults/small/index.md index 288b72cf..00c1836a 100644 --- a/docs/cheat_sheet/defaults/small/index.md +++ b/docs/cheat_sheet/defaults/small/index.md @@ -25,6 +25,15 @@ nav: Small Mappings |`j`|[\]({{ site.url }}/cheat_sheet/functions/#select_lower_window)| |`s`|[\]({{ site.url }}/cheat_sheet/functions/#switch_window)| +### Window Movement + +|**Trigger Commands**|**Called Commands**| +|:---:|:---:| +|``|[\]({{ site.url }}/cheat_sheet/functions/#move_window_left)| +|``|[\]({{ site.url }}/cheat_sheet/functions/#move_window_right)| +|``|[\]({{ site.url }}/cheat_sheet/functions/#move_window_up)| +|``|[\]({{ site.url }}/cheat_sheet/functions/#move_window_down)| + ### Window Resize |**Trigger Commands**|**Called Commands**| @@ -53,45 +62,45 @@ nav: Small Mappings |:---:|:---:| |`close`, `cl`|[\]({{ site.url }}/cheat_sheet/functions/#close_current_window)| |`new`|[\]({{ site.url }}/cheat_sheet/functions/#open_new_window)| -|`split`, `sp`|[\]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_hsplit)| -|`vsplit`, `vs`|[\]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_vsplit)| +|`sp`, `split`|[\]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_hsplit)| +|`vs`, `vsplit`|[\]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_vsplit)| ### Window Select |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`switch`, `sw`|[\]({{ site.url }}/cheat_sheet/functions/#switch_window)| +|`sw`, `switch`|[\]({{ site.url }}/cheat_sheet/functions/#switch_window)| ### Window Resize |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`winresizer`, `resizer`|[\]({{ site.url }}/cheat_sheet/functions/#window_resizer)| -|`max`, `on`, `only`|[\]({{ site.url }}/cheat_sheet/functions/#maximize_current_window)| -|`hide`, `hi`, `min`|[\]({{ site.url }}/cheat_sheet/functions/#minimize_current_window)| -|`lsp`, `lsplit`|[\]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_left)| +|`resizer`, `winresizer`|[\]({{ site.url }}/cheat_sheet/functions/#window_resizer)| +|`only`, `max`, `on`|[\]({{ site.url }}/cheat_sheet/functions/#maximize_current_window)| +|`hi`, `hide`, `min`|[\]({{ site.url }}/cheat_sheet/functions/#minimize_current_window)| +|`lsplit`, `lsp`|[\]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_left)| |`rsp`, `rsplit`|[\]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_right)| |`tsp`, `tsplit`|[\]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_top)| |`bsp`, `bsplit`|[\]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_bottom)| |`arrange`|[\]({{ site.url }}/cheat_sheet/functions/#arrange_windows)| |`reload`|[\]({{ site.url }}/cheat_sheet/functions/#reload_current_window)| -|`rotate`, `rot`|[\]({{ site.url }}/cheat_sheet/functions/#rotate_windows)| -|`rerot`, `rerotate`|[\]({{ site.url }}/cheat_sheet/functions/#rotate_windows_in_reverse)| +|`rot`, `rotate`|[\]({{ site.url }}/cheat_sheet/functions/#rotate_windows)| +|`rerotate`, `rerot`|[\]({{ site.url }}/cheat_sheet/functions/#rotate_windows_in_reverse)| |`exchange`|[\]({{ site.url }}/cheat_sheet/functions/#exchange_window_with_nearest)| -|`verticalresize`, `vertres`|[\]({{ site.url }}/cheat_sheet/functions/#resize_window_width)| +|`vertres`, `verticalresize`|[\]({{ site.url }}/cheat_sheet/functions/#resize_window_width)| |`verticalresize+`, `vertres+`|[\]({{ site.url }}/cheat_sheet/functions/#increase_window_width)| -|`vertres-`, `verticalresize-`|[\]({{ site.url }}/cheat_sheet/functions/#decrease_window_width)| +|`verticalresize-`, `vertres-`|[\]({{ site.url }}/cheat_sheet/functions/#decrease_window_width)| |`res`, `resize`|[\]({{ site.url }}/cheat_sheet/functions/#resize_window_height)| |`resize+`, `res+`|[\]({{ site.url }}/cheat_sheet/functions/#increase_window_height)| -|`res-`, `resize-`|[\]({{ site.url }}/cheat_sheet/functions/#decrease_window_height)| +|`resize-`, `res-`|[\]({{ site.url }}/cheat_sheet/functions/#decrease_window_height)| ### Process Launcher |**Trigger Commands**|**Called Commands**| |:---:|:---:| |`!`|[\]({{ site.url }}/cheat_sheet/functions/#start_external)| -|`execute`, `edit`, `e`|[\]({{ site.url }}/cheat_sheet/functions/#execute)| -|`term`, `sh`, `shell`, `terminal`|[\]({{ site.url }}/cheat_sheet/functions/#start_shell)| +|`edit`, `execute`, `e`|[\]({{ site.url }}/cheat_sheet/functions/#execute)| +|`term`, `shell`, `terminal`, `sh`|[\]({{ site.url }}/cheat_sheet/functions/#start_shell)|

diff --git a/docs/cheat_sheet/defaults/tiny/index.md b/docs/cheat_sheet/defaults/tiny/index.md index ff39b3fa..895cce87 100644 --- a/docs/cheat_sheet/defaults/tiny/index.md +++ b/docs/cheat_sheet/defaults/tiny/index.md @@ -12,7 +12,7 @@ nav: Tiny Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_gui_normal)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#to_gui_normal)| |``|[\]({{ site.url }}/cheat_sheet/functions/#to_resident)| |`:`|[\]({{ site.url }}/cheat_sheet/functions/#to_command)| |`i`|[\]({{ site.url }}/cheat_sheet/functions/#click_left)[\]({{ site.url }}/cheat_sheet/functions/#to_insert)| @@ -21,10 +21,10 @@ nav: Tiny Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`h`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_left)| -|``, `l`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_right)| -|`k`, `-`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_up)| -|`j`, ``, `+`|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_down)| +|``, `h`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_left)| +|`l`, ``, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_right)| +|`-`, `k`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_up)| +|`+`, `j`, ``|[\]({{ site.url }}/cheat_sheet/functions/#move_cursor_down)| ### Mouse Clicking @@ -37,14 +37,14 @@ nav: Tiny Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| +|``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up)| |``, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)| |``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_down_onepage)| |`zh`, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_left)| -|``, `zl`|[\]({{ site.url }}/cheat_sheet/functions/#scroll_right)| +|`zl`, ``|[\]({{ site.url }}/cheat_sheet/functions/#scroll_right)| |`zh`|[\]({{ site.url }}/cheat_sheet/functions/#scroll_left_halfpage)| |`zl`|[\]({{ site.url }}/cheat_sheet/functions/#scroll_right_halfpage)| @@ -52,8 +52,8 @@ nav: Tiny Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| -|`^`, `0`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_left)| -|``, `$`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_right)| +|`0`, `^`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_left)| +|`$`, ``|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_right)| |`gg`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_top)| |`G`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_bottom)| |`gm`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_hcenter)| @@ -65,12 +65,12 @@ nav: Tiny Mappings |**Trigger Commands**|**Called Commands**| |:---:|:---:| |`f`|[\]({{ site.url }}/cheat_sheet/functions/#jump_cursor_with_keybrd_layout)| -|`FF`, `Fo`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick)[\]({{ site.url }}/cheat_sheet/functions/#click_left)| +|`Fo`, `FF`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick)[\]({{ site.url }}/cheat_sheet/functions/#click_left)| |`Fa`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick)[\]({{ site.url }}/cheat_sheet/functions/#click_right)| |`Fm`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick)[\]({{ site.url }}/cheat_sheet/functions/#click_mid)| |`Fh`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick)| |``|[\]({{ site.url }}/cheat_sheet/functions/#gridmove)| -|`Ao`, `AA`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick_all)[\]({{ site.url }}/cheat_sheet/functions/#click_left)| +|`AA`, `Ao`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick_all)[\]({{ site.url }}/cheat_sheet/functions/#click_left)| |`Aa`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick_all)[\]({{ site.url }}/cheat_sheet/functions/#click_right)| |`Am`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick_all)[\]({{ site.url }}/cheat_sheet/functions/#click_mid)| |`Ah`|[\]({{ site.url }}/cheat_sheet/functions/#easyclick_all)| @@ -112,10 +112,10 @@ nav: Tiny Mappings |`{mode}noremap`|[\<{mode}noremap\>]({{ site.url }}/cheat_sheet/functions/#noremap)| |`{mode}unmap`|[\<{mode}unmap\>]({{ site.url }}/cheat_sheet/functions/#unmap)| |`{mode}mapclear`|[\<{mode}mapclear\>]({{ site.url }}/cheat_sheet/functions/#mapclear)| -|`com`, `command`|[\]({{ site.url }}/cheat_sheet/functions/#command)| +|`command`, `com`|[\]({{ site.url }}/cheat_sheet/functions/#command)| |`delc`, `delcommand`|[\]({{ site.url }}/cheat_sheet/functions/#delcommand)| |`comclear`, `comc`|[\]({{ site.url }}/cheat_sheet/functions/#comclear)| -|`source`, `so`|[\]({{ site.url }}/cheat_sheet/functions/#source)| +|`so`, `source`|[\]({{ site.url }}/cheat_sheet/functions/#source)| |`autocmd`|[\]({{ site.url }}/cheat_sheet/functions/#autocmd_add)| |`autocmd!`|[\]({{ site.url }}/cheat_sheet/functions/#autocmd_del)| diff --git a/docs/cheat_sheet/functions/index.md b/docs/cheat_sheet/functions/index.md index bbc57fbf..3ca11936 100644 --- a/docs/cheat_sheet/functions/index.md +++ b/docs/cheat_sheet/functions/index.md @@ -750,6 +750,63 @@ Select the lower window.
+### **``** +Moves the selected widow to the left. +The amount of window movement is based on the [window_velocity](../options/#window_velocity) parameter as in [window_resizer](./#window_resizer). +If a number is entered before the command, such as `20`, the window will be moved by `20 * window_velocity`. + +The window can only be moved as far as it is visible on the screen. +Therefore, excessive movement will cause the window to stop at the edge of the screen. +If you are using multiple displays, the movement range is determined by the combined resolution of all displays. + +**See Also** +- [\](./#window_resizer) + +
+ + +### **``** +Moves the selected widow to the right. +The amount of window movement is based on the [window_velocity](../options/#window_velocity) parameter as in [window_resizer](./#window_resizer). +If a number is entered before the command, such as `20`, the window will be moved by `20 * window_velocity`. + +The window can only be moved as far as it is visible on the screen. +Therefore, excessive movement will cause the window to stop at the edge of the screen. +If you are using multiple displays, the movement range is determined by the combined resolution of all displays. + +**See Also** +- [\](./#window_resizer) + +
+ +### **``** +Moves the selected widow to the up. +The amount of window movement is based on the [window_velocity](../options/#window_velocity) parameter as in [window_resizer](./#window_resizer). +If a number is entered before the command, such as `20`, the window will be moved by `20 * window_velocity`. + +The window can only be moved as far as it is visible on the screen. +Therefore, excessive movement will cause the window to stop at the edge of the screen. +If you are using multiple displays, the movement range is determined by the combined resolution of all displays. + +**See Also** +- [\](./#window_resizer) + +
+ +### **``** +Moves the selected widow to the down. +The amount of window movement is based on the [window_velocity](../options/#window_velocity) parameter as in [window_resizer](./#window_resizer). +If a number is entered before the command, such as `20`, the window will be moved by `20 * window_velocity`. + +The window can only be moved as far as it is visible on the screen. +Therefore, excessive movement will cause the window to stop at the edge of the screen. +If you are using multiple displays, the movement range is determined by the combined resolution of all displays. + +**See Also** +- [\](./#window_resizer) + +
+ ### **``** Maximize the current window.