This shows you the differences between two versions of the page.
— |
bind_parse_command [2006/07/12 13:57] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: bind_parse_command.txt,v 1.2 2006/07/12 13:57:46 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[bind]] <key> parse_command <commands> | ||
+ | |||
+ | ======Description:====== | ||
+ | This function causes the specified command(s) to be executed when the | ||
+ | given key is pressed. If multiple commands are desired, they may be | ||
+ | surrounded with curly braces. Command-line expando variables ($*, $2, | ||
+ | $n-m, etc.) are expanded as if there were no arguments given. | ||