Changeset 3de8057221ce01905d31763980f1c5771b32fa8f
- Timestamp:
- 10/19/09 19:30:06 (5 weeks ago)
- Author:
- Nelson Elhage <nelhage@mit.edu>
- git-author:
- Geoffrey Thomas <geofft@mit.edu> / 2009-10-16T03:12:41Z-0400
- Parents:
- 8e99b7b2c02a7cf47e07f1eb610d515b17767bd1
- Children:
- eadcb4032ecb07811648d2038eae5730cb541126
- git-committer:
- Nelson Elhage <nelhage@mit.edu> / 2009-10-19T19:30:06Z-0400
- Message:
-
Document :bindkey more clearly.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5ade618
|
r3de8057
|
|
| 86 | 86 | "creates a binding in a keymap", |
| 87 | 87 | "bindkey <keymap> <keyseq> command <command>", |
| | 88 | "(Note: There is a literal word "command" between <keyseq>\n" |
| | 89 | " and <command>.)\n" |
| 88 | 90 | "Binds a key sequence to a command within a keymap.\n" |
| 89 | 91 | "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"), |
| 91 | 94 | |
| 92 | 95 | OWLCMD_ARGS("zwrite", owl_command_zwrite, OWL_CTX_INTERACTIVE, |