Commands List:

Command CharsDescription
INSERT MODEI, A...
Escapeswitch to command mode
COMMAND MODEEscape
Nhcursor N chars to the left, default one char
Njcursor N lines downward, default one line
Nkcursor N lines upward, default one line
Nlcursor N chars to the right, default one char
mkmove line up
mjmove line down
ckcopy line up
cjcopy line down
wcursor to next word forward
bcursor to previou word back
$cursor to line end
^cursor to line start
ffind char within line forward
Ffind char within line back
/{pattern}search forward for the Nth occurrence of {pattern}
nforward increment search
Nback increment search
Gcursor to first line
ggcursor to first line
gfstart editing the file whose name is under the cursor
gaprint ascii value of character under the cursor
g8print hex value of bytes used in UTF-8 character under the cursou
g~~
guumake text line lowercase
gUUmake text line uppercase
~switch case of character under the cursor
>>shift Nchars rightwards
<<shift Nchars leftwards
Cchange to the end of line
Ppaste before
Ddelete to the end of line
Ainsert at end of line
Schange current line
:newnew or open file
NGcursor to line N
ppaster texts from clipboard
sdelete selected texts and switch to INSERT MODE
xdelete char at cursor
Xdelete char before cursor
dddelete line
Jjoined next line
uundo
dbdelete word before cursor
dwdelete word cursor
diwdelete entire word at cursor
dawdelete entire word at cursor
d$delete chars from cursor to line end
d^delete chars from cursor to line start
yyyank
r{CHAR}replace single char under cursor witch {CHAR}
iinsert before cursor, switch to INSERT MODE
ainsert back cursor, switch to INSERT MODE
oopen new line below at current line
YShow line numbers
mppaster texts from viex Rectangle clipboard
Visual modev command in command mode
Nhsame above
Nj...
Nk...
Nl...
gg...
g...
w...
b...
d...
s...
b...
x...
y...
Visual block modevb command in command mode
hsame above
j...
k...
l...
d...
ycopy selected texts to viex Rectangle clipboard
MISC modet command in command mode
tdisplay editor navigator list popup
bdisplay bookmark navigator list popup
Njump to N item
qclose popup
kup in list popup
jdown in list popup
colon commands
:w
:q!
:wq
shortcut commands
CTRL+Yredo, netbeans action
CTRL+Upage up
CTRL+Ypage down
N    a number entered before the command