Show Menu
Cheatography

Evil mode Cheat Sheet (DRAFT) by

vim mostly for emacs evil mode

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

Folding

z+a
toggle folding
z+o
open fold
z+c
close fold
z+r
open all fold
z+m
close all folds
 

Moving current line

z+t
move current line to the top
z+z
move current line to the center
z+b
move current line to the bottom

Moving through methods

]+m
jump to the beginning of the next method
]+M
jump to the end of the next method
[+m
jump to the beginning of the previous method
[+M
jump to the end of the previous method