Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sleep command #209

Merged
merged 4 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docs/cheat_sheet/defaults/big/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ nav: Big Mappings
|:---:|:---:|
|`V`|[\<select_all\>]({{ site.url }}/cheat_sheet/functions/#select_all)|
|`Y`, `yy`, `y`|[\<hotkey_copy\>]({{ site.url }}/cheat_sheet/functions/#hotkey_copy)|
|`P`, `p`|[\<hotkey_paste\>]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)|
|`dd`, `D`|[\<hotkey_cut\>]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)|
|`x`, `<Del>`|[\<hotkey_delete\>]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)|
|`p`, `P`|[\<hotkey_paste\>]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)|
|`D`, `dd`|[\<hotkey_cut\>]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)|
|`<Del>`, `x`|[\<hotkey_delete\>]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)|
|`X`|[\<hotkey_backspace\>]({{ site.url }}/cheat_sheet/functions/#hotkey_backspace)|
|`<C-r>`|[\<redo\>]({{ site.url }}/cheat_sheet/functions/#redo)|
|`u`, `U`|[\<undo\>]({{ site.url }}/cheat_sheet/functions/#undo)|
Expand Down Expand Up @@ -52,15 +52,15 @@ nav: Big Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`h`, `<BS>`, `<Left>`|[\<move_cursor_left\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_left)|
|`<Space>`, `<Right>`, `l`|[\<move_cursor_right\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_right)|
|`-`, `<Up>`, `k`|[\<move_cursor_up\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_up)|
|`<Down>`, `+`, `j`|[\<move_cursor_down\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_down)|
|`<Right>`, `l`, `<Space>`|[\<move_cursor_right\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_right)|
|`k`, `-`, `<Up>`|[\<move_cursor_up\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_up)|
|`<Down>`, `j`, `+`|[\<move_cursor_down\>]({{ site.url }}/cheat_sheet/functions/#move_cursor_down)|

### Mouse Jumping

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`0`, `<Home>`, `^`|[\<jump_cursor_to_left\>]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_left)|
|`^`, `0`, `<Home>`|[\<jump_cursor_to_left\>]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_left)|
|`<End>`, `$`|[\<jump_cursor_to_right\>]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_right)|
|`gg`|[\<jump_cursor_to_top\>]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_top)|
|`G`|[\<jump_cursor_to_bottom\>]({{ site.url }}/cheat_sheet/functions/#jump_cursor_to_bottom)|
Expand All @@ -72,13 +72,13 @@ nav: Big Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`<C-y>`, `<C-k>`|[\<scroll_up\>]({{ site.url }}/cheat_sheet/functions/#scroll_up)|
|`<C-j>`, `<C-e>`|[\<scroll_down\>]({{ site.url }}/cheat_sheet/functions/#scroll_down)|
|`<C-e>`, `<C-j>`|[\<scroll_down\>]({{ site.url }}/cheat_sheet/functions/#scroll_down)|
|`<C-u>`|[\<scroll_up_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)|
|`<C-d>`|[\<scroll_down_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)|
|`<C-b>`|[\<scroll_up_onepage\>]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)|
|`<C-f>`|[\<scroll_down_onepage\>]({{ site.url }}/cheat_sheet/functions/#scroll_down_onepage)|
|`<C-h>`, `zh`|[\<scroll_left\>]({{ site.url }}/cheat_sheet/functions/#scroll_left)|
|`zl`, `<C-l>`|[\<scroll_right\>]({{ site.url }}/cheat_sheet/functions/#scroll_right)|
|`zh`, `<C-h>`|[\<scroll_left\>]({{ site.url }}/cheat_sheet/functions/#scroll_left)|
|`<C-l>`, `zl`|[\<scroll_right\>]({{ site.url }}/cheat_sheet/functions/#scroll_right)|
|`zH`|[\<scroll_left_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_left_halfpage)|
|`zL`|[\<scroll_right_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_right_halfpage)|

Expand All @@ -87,9 +87,9 @@ nav: Big Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`Y`, `yy`, `y`|[\<hotkey_copy\>]({{ site.url }}/cheat_sheet/functions/#hotkey_copy)|
|`P`, `p`|[\<hotkey_paste\>]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)|
|`dd`, `D`|[\<hotkey_cut\>]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)|
|`x`, `<Del>`|[\<hotkey_delete\>]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)|
|`p`, `P`|[\<hotkey_paste\>]({{ site.url }}/cheat_sheet/functions/#hotkey_paste)|
|`D`, `dd`|[\<hotkey_cut\>]({{ site.url }}/cheat_sheet/functions/#hotkey_cut)|
|`<Del>`, `x`|[\<hotkey_delete\>]({{ site.url }}/cheat_sheet/functions/#hotkey_delete)|
|`X`|[\<hotkey_backspace\>]({{ site.url }}/cheat_sheet/functions/#hotkey_backspace)|

## Command Mode
Expand All @@ -98,7 +98,7 @@ nav: Big Mappings

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`gv`, `guivisual`|[\<to_gui_visual\>]({{ site.url }}/cheat_sheet/functions/#to_gui_visual)|
|`guivisual`, `gv`|[\<to_gui_visual\>]({{ site.url }}/cheat_sheet/functions/#to_gui_visual)|

### Shortcut

Expand All @@ -107,14 +107,14 @@ nav: Big Mappings
|`vdprev`|[\<switch_to_left_vdesktop\>]({{ site.url }}/cheat_sheet/functions/#switch_to_left_vdesktop)|
|`vdnext`|[\<switch_to_right_vdesktop\>]({{ site.url }}/cheat_sheet/functions/#switch_to_right_vdesktop)|
|`closev`|[\<close_current_vdesktop\>]({{ site.url }}/cheat_sheet/functions/#close_current_vdesktop)|
|`vdesktop<space>list`, `tv`, `taskview`|[\<taskview\>]({{ site.url }}/cheat_sheet/functions/#taskview)|
|`tv`, `vdesktop<space>list`, `taskview`|[\<taskview\>]({{ site.url }}/cheat_sheet/functions/#taskview)|
|`tabprevious`|[\<switch_to_left_tab\>]({{ site.url }}/cheat_sheet/functions/#switch_to_left_tab)|
|`tabnext`|[\<switch_to_right_tab\>]({{ site.url }}/cheat_sheet/functions/#switch_to_right_tab)|
|`tabnew`|[\<open_new_tab\>]({{ site.url }}/cheat_sheet/functions/#open_new_tab)|
|`q!`, `tabclose`, `q`|[\<close_current_tab\>]({{ site.url }}/cheat_sheet/functions/#close_current_tab)|
|`ex`, `explorer`|[\<start_explorer\>]({{ site.url }}/cheat_sheet/functions/#start_explorer)|
|`start`, `win`|[\<open_startmenu\>]({{ site.url }}/cheat_sheet/functions/#open_startmenu)|
|`find`, `open`|[\<open\>]({{ site.url }}/cheat_sheet/functions/#open)|
|`open`, `find`|[\<open\>]({{ site.url }}/cheat_sheet/functions/#open)|
|`forward`|[\<forward_ui_navigation\>]({{ site.url }}/cheat_sheet/functions/#forward_ui_navigation)|
|`backward`|[\<backward_ui_navigation\>]({{ site.url }}/cheat_sheet/functions/#backward_ui_navigation)|
|`decide`|[\<decide_focused_ui_object\>]({{ site.url }}/cheat_sheet/functions/#decide_focused_ui_object)|
Expand Down
2 changes: 1 addition & 1 deletion docs/cheat_sheet/defaults/huge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ nav: Huge Mappings

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`mkdir`, `md`|[\<makedir\>]({{ site.url }}/cheat_sheet/functions/#makedir)|
|`md`, `mkdir`|[\<makedir\>]({{ site.url }}/cheat_sheet/functions/#makedir)|

<br>
<br>
Expand Down
38 changes: 19 additions & 19 deletions docs/cheat_sheet/defaults/normal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ nav: Normal Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`<C-y>`, `<C-k>`|[\<scroll_up\>]({{ site.url }}/cheat_sheet/functions/#scroll_up)|
|`<C-j>`, `<C-e>`|[\<scroll_down\>]({{ site.url }}/cheat_sheet/functions/#scroll_down)|
|`<C-e>`, `<C-j>`|[\<scroll_down\>]({{ site.url }}/cheat_sheet/functions/#scroll_down)|
|`<C-u>`|[\<scroll_up_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)|
|`<C-d>`|[\<scroll_down_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)|
|`<C-b>`|[\<scroll_up_onepage\>]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)|
|`<C-f>`|[\<scroll_down_onepage\>]({{ site.url }}/cheat_sheet/functions/#scroll_down_onepage)|
|`<C-h>`, `zh`|[\<scroll_left\>]({{ site.url }}/cheat_sheet/functions/#scroll_left)|
|`zl`, `<C-l>`|[\<scroll_right\>]({{ site.url }}/cheat_sheet/functions/#scroll_right)|
|`zh`, `<C-h>`|[\<scroll_left\>]({{ site.url }}/cheat_sheet/functions/#scroll_left)|
|`<C-l>`, `zl`|[\<scroll_right\>]({{ site.url }}/cheat_sheet/functions/#scroll_right)|
|`zH`|[\<scroll_left_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_left_halfpage)|
|`zL`|[\<scroll_right_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_right_halfpage)|

Expand Down Expand Up @@ -64,10 +64,10 @@ nav: Normal Mappings

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`h`, `<C-h>`, `<BS>`, `<Left>`|[\<move_caret_left\>]({{ site.url }}/cheat_sheet/functions/#move_caret_left)|
|`<Space>`, `<Right>`, `l`|[\<move_caret_right\>]({{ site.url }}/cheat_sheet/functions/#move_caret_right)|
|`<C-p>`, `-`, `gk`, `<Up>`, `k`|[\<move_caret_up\>]({{ site.url }}/cheat_sheet/functions/#move_caret_up)|
|`gj`, `<Enter>`, `j`, `<C-n>`, `<C-m>`, `<Down>`, `+`|[\<move_caret_down\>]({{ site.url }}/cheat_sheet/functions/#move_caret_down)|
|`<C-h>`, `h`, `<BS>`, `<Left>`|[\<move_caret_left\>]({{ site.url }}/cheat_sheet/functions/#move_caret_left)|
|`<Right>`, `l`, `<Space>`|[\<move_caret_right\>]({{ site.url }}/cheat_sheet/functions/#move_caret_right)|
|`<C-p>`, `-`, `<Up>`, `gk`, `k`|[\<move_caret_up\>]({{ site.url }}/cheat_sheet/functions/#move_caret_up)|
|`j`, `<C-n>`, `<Enter>`, `<Down>`, `<C-m>`, `+`, `gj`|[\<move_caret_down\>]({{ site.url }}/cheat_sheet/functions/#move_caret_down)|
|`w`|[\<move_fwd_word\>]({{ site.url }}/cheat_sheet/functions/#move_fwd_word)|
|`b`|[\<move_bck_word\>]({{ site.url }}/cheat_sheet/functions/#move_bck_word)|
|`W`|[\<move_fwd_bigword\>]({{ site.url }}/cheat_sheet/functions/#move_fwd_bigword)|
Expand All @@ -82,21 +82,21 @@ nav: Normal Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`0`, `<Home>`, `g0`|[\<jump_caret_to_BOL\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bol)|
|`<End>`, `$`, `g$`|[\<jump_caret_to_EOL\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)|
|`g$`, `<End>`, `$`|[\<jump_caret_to_EOL\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)|
|`gg`|[\<jump_caret_to_BOF\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bof)|
|`G`|[\<jump_caret_to_EOF\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eof)|

### Edit on Vim Emulation

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`Y`, `yy`|[\<yank_line\>]({{ site.url }}/cheat_sheet/functions/#yank_line)|
|`yy`, `Y`|[\<yank_line\>]({{ site.url }}/cheat_sheet/functions/#yank_line)|
|`y`|[\<yank_with_motion\>]({{ site.url }}/cheat_sheet/functions/#yank_with_motion)|
|`p`|[\<put_after\>]({{ site.url }}/cheat_sheet/functions/#put_after)|
|`P`|[\<put_before\>]({{ site.url }}/cheat_sheet/functions/#put_before)|
|`dd`|[\<delete_line\>]({{ site.url }}/cheat_sheet/functions/#delete_line)|
|`D`|[\<delete_line_until_EOL\>]({{ site.url }}/cheat_sheet/functions/#delete_line_until_eol)|
|`x`, `<Del>`|[\<delete_after\>]({{ site.url }}/cheat_sheet/functions/#delete_after)|
|`<Del>`, `x`|[\<delete_after\>]({{ site.url }}/cheat_sheet/functions/#delete_after)|
|`X`|[\<delete_before\>]({{ site.url }}/cheat_sheet/functions/#delete_before)|
|`J`|[\<join_next_line\>]({{ site.url }}/cheat_sheet/functions/#join_next_line)|
|`r`|[\<replace_char\>]({{ site.url }}/cheat_sheet/functions/#replace_char)|
Expand Down Expand Up @@ -125,24 +125,24 @@ nav: Normal Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`<C-y>`, `<C-k>`|[\<scroll_up\>]({{ site.url }}/cheat_sheet/functions/#scroll_up)|
|`<C-j>`, `<C-e>`|[\<scroll_down\>]({{ site.url }}/cheat_sheet/functions/#scroll_down)|
|`<C-e>`, `<C-j>`|[\<scroll_down\>]({{ site.url }}/cheat_sheet/functions/#scroll_down)|
|`<C-u>`|[\<scroll_up_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_up_halfpage)|
|`<C-d>`|[\<scroll_down_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_down_halfpage)|
|`<C-b>`|[\<scroll_up_onepage\>]({{ site.url }}/cheat_sheet/functions/#scroll_up_onepage)|
|`<C-f>`|[\<scroll_down_onepage\>]({{ site.url }}/cheat_sheet/functions/#scroll_down_onepage)|
|`<C-h>`, `zh`|[\<scroll_left\>]({{ site.url }}/cheat_sheet/functions/#scroll_left)|
|`zl`, `<C-l>`|[\<scroll_right\>]({{ site.url }}/cheat_sheet/functions/#scroll_right)|
|`zh`, `<C-h>`|[\<scroll_left\>]({{ site.url }}/cheat_sheet/functions/#scroll_left)|
|`<C-l>`, `zl`|[\<scroll_right\>]({{ site.url }}/cheat_sheet/functions/#scroll_right)|
|`zH`|[\<scroll_left_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_left_halfpage)|
|`zL`|[\<scroll_right_halfpage\>]({{ site.url }}/cheat_sheet/functions/#scroll_right_halfpage)|

### Caret Movement on Vim Emulation

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`h`, `<C-h>`, `<BS>`, `<Left>`|[\<move_caret_left\>]({{ site.url }}/cheat_sheet/functions/#move_caret_left)|
|`<Space>`, `<Right>`, `l`|[\<move_caret_right\>]({{ site.url }}/cheat_sheet/functions/#move_caret_right)|
|`<C-p>`, `-`, `gk`, `<Up>`, `k`|[\<move_caret_up\>]({{ site.url }}/cheat_sheet/functions/#move_caret_up)|
|`gj`, `<Enter>`, `j`, `<C-n>`, `<C-m>`, `<Down>`, `+`|[\<move_caret_down\>]({{ site.url }}/cheat_sheet/functions/#move_caret_down)|
|`<C-h>`, `h`, `<BS>`, `<Left>`|[\<move_caret_left\>]({{ site.url }}/cheat_sheet/functions/#move_caret_left)|
|`<Right>`, `l`, `<Space>`|[\<move_caret_right\>]({{ site.url }}/cheat_sheet/functions/#move_caret_right)|
|`<C-p>`, `-`, `<Up>`, `gk`, `k`|[\<move_caret_up\>]({{ site.url }}/cheat_sheet/functions/#move_caret_up)|
|`j`, `<C-n>`, `<Enter>`, `<Down>`, `<C-m>`, `+`, `gj`|[\<move_caret_down\>]({{ site.url }}/cheat_sheet/functions/#move_caret_down)|
|`w`|[\<move_fwd_word_simple\>]({{ site.url }}/cheat_sheet/functions/#move_fwd_word_simple)|
|`b`|[\<move_bck_word_simple\>]({{ site.url }}/cheat_sheet/functions/#move_bck_word_simple)|

Expand All @@ -151,7 +151,7 @@ nav: Normal Mappings
|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`0`, `<Home>`, `g0`|[\<jump_caret_to_BOL\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bol)|
|`<End>`, `$`, `g$`|[\<jump_caret_to_EOL\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)|
|`g$`, `<End>`, `$`|[\<jump_caret_to_EOL\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eol)|
|`gg`|[\<jump_caret_to_BOF\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_bof)|
|`G`|[\<jump_caret_to_EOF\>]({{ site.url }}/cheat_sheet/functions/#jump_caret_to_eof)|

Expand All @@ -161,7 +161,7 @@ nav: Normal Mappings
|:---:|:---:|
|`y`|[\<yank_highlight_text\>]({{ site.url }}/cheat_sheet/functions/#yank_highlight_text)|
|`d`, `x`, `X`|[\<delete_highlight_text\>]({{ site.url }}/cheat_sheet/functions/#delete_highlight_text)|
|`S`, `s`, `c`|[\<change_highlight_text\>]({{ site.url }}/cheat_sheet/functions/#change_highlight_text)|
|`s`, `c`, `S`|[\<change_highlight_text\>]({{ site.url }}/cheat_sheet/functions/#change_highlight_text)|

## Insert Mode

Expand Down
30 changes: 15 additions & 15 deletions docs/cheat_sheet/defaults/small/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nav: Small Mappings
|`<C-w>-`|[\<decrease_window_height\>]({{ site.url }}/cheat_sheet/functions/#decrease_window_height)|
|`<C-w>u`|[\<maximize_current_window\>]({{ site.url }}/cheat_sheet/functions/#maximize_current_window)|
|`<C-w>d`|[\<minimize_current_window\>]({{ site.url }}/cheat_sheet/functions/#minimize_current_window)|
|`<C-w>H`, `<C-w><Left>`|[\<snap_current_window_to_left\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_left)|
|`<C-w><Left>`, `<C-w>H`|[\<snap_current_window_to_left\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_left)|
|`<C-w>L`, `<C-w><Right>`|[\<snap_current_window_to_right\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_right)|
|`<C-w>K`|[\<snap_current_window_to_top\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_top)|
|`<C-w>J`|[\<snap_current_window_to_bottom\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_bottom)|
Expand All @@ -51,10 +51,10 @@ nav: Small Mappings

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`cl`, `close`|[\<close_current_window\>]({{ site.url }}/cheat_sheet/functions/#close_current_window)|
|`close`, `cl`|[\<close_current_window\>]({{ site.url }}/cheat_sheet/functions/#close_current_window)|
|`new`|[\<open_new_window\>]({{ site.url }}/cheat_sheet/functions/#open_new_window)|
|`split`, `sp`|[\<open_new_window_with_hsplit\>]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_hsplit)|
|`vs`, `vsplit`|[\<open_new_window_with_vsplit\>]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_vsplit)|
|`vsplit`, `vs`|[\<open_new_window_with_vsplit\>]({{ site.url }}/cheat_sheet/functions/#open_new_window_with_vsplit)|

### Window Select

Expand All @@ -66,32 +66,32 @@ nav: Small Mappings

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`resizer`, `winresizer`|[\<window_resizer\>]({{ site.url }}/cheat_sheet/functions/#window_resizer)|
|`only`, `on`, `max`|[\<maximize_current_window\>]({{ site.url }}/cheat_sheet/functions/#maximize_current_window)|
|`hi`, `min`, `hide`|[\<minimize_current_window\>]({{ site.url }}/cheat_sheet/functions/#minimize_current_window)|
|`lsplit`, `lsp`|[\<snap_current_window_to_left\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_left)|
|`winresizer`, `resizer`|[\<window_resizer\>]({{ site.url }}/cheat_sheet/functions/#window_resizer)|
|`max`, `on`, `only`|[\<maximize_current_window\>]({{ site.url }}/cheat_sheet/functions/#maximize_current_window)|
|`hide`, `hi`, `min`|[\<minimize_current_window\>]({{ site.url }}/cheat_sheet/functions/#minimize_current_window)|
|`lsp`, `lsplit`|[\<snap_current_window_to_left\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_left)|
|`rsp`, `rsplit`|[\<snap_current_window_to_right\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_right)|
|`tsplit`, `tsp`|[\<snap_current_window_to_top\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_top)|
|`bsplit`, `bsp`|[\<snap_current_window_to_bottom\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_bottom)|
|`tsp`, `tsplit`|[\<snap_current_window_to_top\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_top)|
|`bsp`, `bsplit`|[\<snap_current_window_to_bottom\>]({{ site.url }}/cheat_sheet/functions/#snap_current_window_to_bottom)|
|`arrange`|[\<arrange_windows\>]({{ site.url }}/cheat_sheet/functions/#arrange_windows)|
|`reload`|[\<reload_current_window\>]({{ site.url }}/cheat_sheet/functions/#reload_current_window)|
|`rotate`, `rot`|[\<rotate_windows\>]({{ site.url }}/cheat_sheet/functions/#rotate_windows)|
|`rerot`, `rerotate`|[\<rotate_windows_in_reverse\>]({{ site.url }}/cheat_sheet/functions/#rotate_windows_in_reverse)|
|`exchange`|[\<exchange_window_with_nearest\>]({{ site.url }}/cheat_sheet/functions/#exchange_window_with_nearest)|
|`vertical<space>resize`, `vert<space>res`|[\<resize_window_width\>]({{ site.url }}/cheat_sheet/functions/#resize_window_width)|
|`vertical<space>resize<space>+`, `vert<space>res<space>+`|[\<increase_window_width\>]({{ site.url }}/cheat_sheet/functions/#increase_window_width)|
|`vertical<space>resize<space>-`, `vert<space>res<space>-`|[\<decrease_window_width\>]({{ site.url }}/cheat_sheet/functions/#decrease_window_width)|
|`resize`, `res`|[\<resize_window_height\>]({{ site.url }}/cheat_sheet/functions/#resize_window_height)|
|`res<space>+`, `resize<space>+`|[\<increase_window_height\>]({{ site.url }}/cheat_sheet/functions/#increase_window_height)|
|`resize<space>-`, `res<space>-`|[\<decrease_window_height\>]({{ site.url }}/cheat_sheet/functions/#decrease_window_height)|
|`vert<space>res<space>-`, `vertical<space>resize<space>-`|[\<decrease_window_width\>]({{ site.url }}/cheat_sheet/functions/#decrease_window_width)|
|`res`, `resize`|[\<resize_window_height\>]({{ site.url }}/cheat_sheet/functions/#resize_window_height)|
|`resize<space>+`, `res<space>+`|[\<increase_window_height\>]({{ site.url }}/cheat_sheet/functions/#increase_window_height)|
|`res<space>-`, `resize<space>-`|[\<decrease_window_height\>]({{ site.url }}/cheat_sheet/functions/#decrease_window_height)|

### Process Launcher

|**Trigger Commands**|**Called Commands**|
|:---:|:---:|
|`!`|[\<start_external\>]({{ site.url }}/cheat_sheet/functions/#start_external)|
|`execute`, `e`, `edit`|[\<execute\>]({{ site.url }}/cheat_sheet/functions/#execute)|
|`terminal`, `shell`, `term`, `sh`|[\<start_shell\>]({{ site.url }}/cheat_sheet/functions/#start_shell)|
|`execute`, `edit`, `e`|[\<execute\>]({{ site.url }}/cheat_sheet/functions/#execute)|
|`term`, `sh`, `shell`, `terminal`|[\<start_shell\>]({{ site.url }}/cheat_sheet/functions/#start_shell)|

<br>
<br>
Expand Down
Loading
Loading