Key | Description | Mode |
---|---|---|
<A-k> | Move this line to up | insert |
<A-j> | Move this line to down | insert |
<C-h> | Left arrow | insert |
<C-l> | Right arrow | insert |
<C-j> | Down arrow | insert |
<C-k> | Up arrow | insert |
<ESC> | Clear search highlights | normal |
<C-n> | New file | normal |
<C-u> | Undo | normal |
<C-r> | Redo | normal |
<C-a> | Select all | insert |
<C-y> | Copy this line | normal |
<C-x> | Delete this line | normal |
<C-h> | Change buffer to left | normal |
<C-j> | Change buffer to right | normal |
<C-k> | Move buffer to up | normal |
<C-l> | Move buffer to up | normal |
<C-up> | Resize buffer height | normal |
<C-down> | Resize buffer height | normal |
<C-left> | Resize buffer width | normal |
<C-right> | Resize buffer width | normal |
<A-k> | Resize buffer height | normal |
<A-j> | Resize buffer height | normal |
<A-h> | Resize buffer width | normal |
<A-l> | Resize buffer width | normal |
f | Code folding | normal |
E | End of line | normal |
H | Beginning of line | insert |
> | Tab indent (by default 2 space) | normal |
< | Back indent | normal |
> | Tab indent | visual |
< | Back indent | visual |
H | Beginning of line | visual |
E | End of line | visual |
<A-j> | Move line to down | visual |
<A-k> | Move line to up | visual |
Key | Description | Mode |
---|---|---|
<C-e> | Open file explorer | normal |
Key | Description | Mode |
---|---|---|
gh | Reset Git hunk | normal |
gn | Git next hunk | normal |
gp | Git previos hunk | normal |
gk | Git preview hunk | normal |
gi | Git preview inline hunk | normal |
Key | Description | Mode |
---|---|---|
<C-/> | Toggle comment | normal |
<C-/> | Toggle comment | visual |
Key | Description | Mode |
---|---|---|
t | Toggle term mode | normal |
Key | Description | Mode |
---|---|---|
<C-tab> | Switch to next buffer | normal |
<S-tab> | Switch to pre buffer | normal |