:i(nsert) a(scii)|b(binary)|d(ecimal)|h(exadecimal)|o(ctal)
The three commands above are used to append or change or insert bytes
in the selected representation until you type a line containing only
a dot, e.g. insert bytes in binary mode:
:i b
0 010 110 1110010 10 100
1 1001 1001 0 0
.
Pressing the RETURN key does not insert
a newline - character into the file. If you use :i a (insert
ascii) you can use the special characters \n, \r, \t and \0.