Changeset 700dc91


Ignore:
Timestamp:
May 15, 2010, 10:04:14 PM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
7ba9e0de
Parents:
9ed1278
git-author:
Leonid Grinberg <leonidg@mit.edu> (05/08/10 21:26:00)
git-committer:
David Benjamin <davidben@mit.edu> (05/15/10 22:04:14)
Message:
Add a start-command example to :bindkey since a lot of people asked about it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r9ed1278 r700dc91  
    9292              "Use 'show keymaps' to see the existing keymaps.\n"
    9393              "Key sequences may be things like M-C-t or NPAGE.\n\n"
    94               "Ex.: bindkey recv C-b command zwrite -c barnowl\n\n"
    95               "SEE ALSO: unbindkey"),
     94              "Ex.: bindkey recv C-b command zwrite -c barnowl\n"
     95              "Ex.: bindkey recv m command start-command zwrite -c my-class -i \n\n"
     96              "SEE ALSO: unbindkey, start-command"),
    9697
    9798  OWLCMD_ARGS("unbindkey", owl_command_unbindkey, OWL_CTX_ANY,
Note: See TracChangeset for help on using the changeset viewer.