# help message for replace-mode
# vim:set fileencoding=utf-8 expandtab tabstop=4 shiftwidth=4:
# 
# - each line must be no more than 78 columns.
# - lines begining in '<<' are displayed with reversed color.
# - It is not necessary to escape the '"' in the message.
#
#         1         2         3         4         5         6         7
#123456789012345678901234567890123456789012345678901234567890123456789012345678
#
"<< commands in REPLACE mode >>"
"0-9|a-f|A-F           : replace data                                          "
""{string}<ent>        : input string as replace data                          "
":{decimalnumber}<ent> : enter data in decimal number                          "
"#{binarynumber}<ent>  : enter data in binary number                           "
"h|^H|<bs>             : delete 1 byte of replace data                         "
"<tab>                 : data type selection in decimalview                    "
"<shift>+<tab>         : data type selection in decimalview (reverse direction)"
"<esc>                 : end replace mode                                      "
"^L                    : redraw the screen                                     "
"                                                                              "
"!                     : show this help                                        "
"                                                                              "
#
# end of message
