This is a draft cheat sheet. It is a work in progress and is not finished yet.
Buffers And Windows
Normal |
|
Change to the next buffer |
Normal |
|
Change to the prev. buffer |
Normal |
|
Close the current buffer |
Normal |
|
Show only current window |
Normal |
|
Move to the next window |
Normal |
|
Move to the bellow window |
Normal |
|
Move to the top window |
Normal |
|
Move to the right-side window |
Normal |
|
Move to the left-side window |
Easy Line Edition
Normal |
|
Select all the document with visual mode |
Normal |
|
Copy-up the line |
Normal |
|
Copy-down the line |
Normal |
|
Move-up the line |
Normal |
|
Move down the line |
Normal |
|
Insert a line-jump |
Normal |
|
Insert a line-jump after the cursor |
Vim Shell (Interpreter)
Normal |
|
Open the VimShell Interactive window |
Normal |
|
Interpret the current paragraph |
NERDTree
Normal |
|
Open NERDTree window |
Others
Normal |
|
Disable the search highlight |
|
|
Ocaml Snippet
|
Comment |
|
Documentation |
|
Assertion |
|
open |
|
fun |
|
function |
|
match |
|
guard |
|
try/catch |
|
type record |
|
let |
|
Recursive definition |
|
val |
|
module with structure |
|
Abstract module definition |
|
printf |
|
module with interface |
|