Changeset a006a662


Ignore:
Timestamp:
Oct 16, 2009, 3:12:41 AM (14 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, release-1.10, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
ed88113
Parents:
30b634a
Message:
Document :bindkey more clearly.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r5ade618 ra006a662  
    8686              "creates a binding in a keymap",
    8787              "bindkey <keymap> <keyseq> command <command>",
     88              "(Note: There is a literal word "command" between <keyseq>\n"
     89              " and <command>.)\n"
    8890              "Binds a key sequence to a command within a keymap.\n"
    8991              "Use 'show keymaps' to see the existing keymaps.\n"
    90               "Key sequences may be things like M-C-t or NPAGE.\n"),
     92              "Key sequences may be things like M-C-t or NPAGE.\n\n"
     93              "Ex.: bindkey recv C-b command zwrite -c barnowl"),
    9194
    9295  OWLCMD_ARGS("zwrite", owl_command_zwrite, OWL_CTX_INTERACTIVE,
Note: See TracChangeset for help on using the changeset viewer.