Show Menu
Cheatography

PixelVim Cheat Sheet (DRAFT) by

Cheat sheet for tuned vim

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Buffers And Windows

Normal
<le­ade­r>bp
Change to the next buffer
Normal
<le­ade­r>bp
Change to the prev. buffer
Normal
<le­ade­r>bq
Close the current buffer
Normal
<le­ade­r>wo
Show only current window
Normal
<le­ade­r>wn
Move to the next window
Normal
<C-­J>
Move to the bellow window
Normal
<C-­K>
Move to the top window
Normal
<C-­H>
Move to the right-side window
Normal
<C-­L>
Move to the left-side window

Easy Line Edition

Normal
<le­ade­r>va
Select all the document with visual mode
Normal
<C-­A>
Copy-up the line
Normal
<C-­V>
Copy-down the line
Normal
<C-­P>
Move-up the line
Normal
<C-­N>
Move down the line
Normal
<CR>
Insert a line-jump
Normal
<le­ade­r><­CR>
Insert a line-jump after the cursor

Vim Shell (Inter­preter)

Normal
<le­ade­r>io
Open the VimShell Intera­ctive window
Normal
<le­ade­r>ii
Interpret the current paragraph

NERDTree

Normal
<le­ade­r>nt
Open NERDTree window

Others

Normal
<le­ade­r><­lea­der>
Disable the search highlight
 

Ocaml Snippet

(*
Comment
(**
Docume­ntation
as
Assertion
op
open
f
fun
ft
function
m
match
|
guard
try
try/catch
type
type record
l
let
rec
Recursive definition
val
val
mods
module with structure
moda
Abstract module definition
pr
printf
modi
module with interface