Quick Tutorial |
To customize bvi some additional :set options are available. You can add them to your .bvirc file, if you need them all the time. columnsYou can set the number of columns on the screen to an arbitrary value. This might be useful if you edit a file with a fixed record length. memmoveThis option enables the commands for inserting and deleting bytes. offsetYou can change the beginning of the displayed byte numbering to a certain number. The default address of the first byte is 0. You can change it to 1 or to any other number by typing: unixstyleThe rightmost character in the status line displays the ASCII value of the current byte. For values below 32 you can use the notation used on the ascii(7) man page (like NUL, SOH, STX etc.) if you do a wordlengthThis setting is used to define the minimum length of a "word". A "word" is a sequence of ASCII characters within a binary file. The commands w, b, e, W, B and E are affected by this setting. Last update: Thu Jun 01 12:00:00 CEST 2000 by Gerhard Bürgmann, Purkersdorf/Austria |