GUI Normal Mode
Mode Transition
| Trigger Commands | Called Commands |
|---|---|
<esc-left>, <ctrl-]> |
<to_gui_normal> |
<esc-down> |
<to_resident> |
: |
<to_command> |
i |
<click_left><to_insert> |
Mouse Movement
| Trigger Commands | Called Commands |
|---|---|
<bs>, <left>, h |
<move_cursor_left> |
<right>, l, <space> |
<move_cursor_right> |
<up>, -, k |
<move_cursor_up> |
+, j, <down> |
<move_cursor_down> |
Mouse Clicking
| Trigger Commands | Called Commands |
|---|---|
o |
<click_left> |
a |
<click_right> |
Mouse Scrolling
| Trigger Commands | Called Commands |
|---|---|
<c-k>, <c-y> |
<scroll_up> |
<c-e>, <c-j> |
<scroll_down> |
<c-u> |
<scroll_up_halfpage> |
<c-d> |
<scroll_down_halfpage> |
<c-b> |
<scroll_up_onepage> |
<c-f> |
<scroll_down_onepage> |
zh, <c-h> |
<scroll_left> |
zl, <c-l> |
<scroll_right> |
zh |
<scroll_left_halfpage> |
zl |
<scroll_right_halfpage> |
Mouse Jumping
| Trigger Commands | Called Commands |
|---|---|
0, <home>, ^ |
<jump_cursor_to_left> |
$, <end> |
<jump_cursor_to_right> |
gg |
<jump_cursor_to_top> |
G |
<jump_cursor_to_bottom> |
gm |
<jump_cursor_to_hcenter> |
M |
<jump_cursor_to_vcenter> |
t |
<jump_cursor_to_active_window> |
Complex Mouse Controls
| Trigger Commands | Called Commands |
|---|---|
f |
<jump_cursor_with_keybrd_layout> |
FF, Fo |
<easyclick><click_left> |
Fa |
<easyclick><click_right> |
Fm |
<easyclick><click_mid> |
Fh |
<easyclick> |
Ft |
<focus_textarea> |
<ctrl-m> |
<gridmove> |
AA, Ao |
<easyclick_all><click_left> |
Aa |
<easyclick_all><click_right> |
Am |
<easyclick_all><click_mid> |
Ah |
<easyclick_all> |
Insert Mode
| Trigger Commands | Called Commands |
|---|---|
<Esc-Left>, <ctrl-]> |
<to_gui_normal> |
<F8> |
<to_instant_gui_normal> |
<Esc-Down> |
<to_resident> |
Resident Mode
| Trigger Commands | Called Commands |
|---|---|
<Esc-Left> |
<to_gui_normal> |
<Esc-Down> |
<to_resident> |
<Esc-up> |
<to_insert> |
Command Mode
Mode Transition
| Trigger Commands | Called Commands |
|---|---|
guinormal, gn |
<to_gui_normal> |
resident |
<to_resident> |
insert, i |
<to_insert> |
System Commands
| Trigger Commands | Called Commands |
|---|---|
exit |
<exit> |
sleep |
<sleep> |
help |
<help> |
set |
<set> |
{mode}map |
<{mode}map> |
{mode}noremap |
<{mode}noremap> |
{mode}unmap |
<{mode}unmap> |
{mode}mapclear |
<{mode}mapclear> |
com, command |
<command> |
delcommand, delc |
<delcommand> |
comc, comclear |
<comclear> |
source, so |
<source> |
autocmd |
<autocmd_add> |
autocmd! |
<autocmd_del> |