2001-02-17 05:30:06 -05:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
Syntax:
|
2001-02-17 05:30:06 -05:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
@SYNTAX:bind@
|
2001-05-11 09:44:23 -04:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
Parameters:
|
2001-05-11 09:44:23 -04:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
-list: Displays a list of all the bindable commands.
|
|
|
|
-delete: Removes the binding,
|
2001-05-11 09:44:23 -04:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
A name of the binding and the command to perform.
|
2001-05-11 09:44:23 -04:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
Details:
|
2001-02-17 05:30:06 -05:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
Adds or removes a binding. The binding itself is case-sensitive and may
|
|
|
|
contain as many characters as you want.
|
2001-02-17 05:30:06 -05:00
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
Uppercase characters usually indicate that you need to keep the shift-key
|
|
|
|
pressed to use the binding.
|
2001-02-17 05:30:06 -05:00
|
|
|
|
|
|
|
Examples:
|
|
|
|
|
2014-07-02 16:35:17 -04:00
|
|
|
/BIND meta-c /CLEAR
|
|
|
|
/BIND meta-q change_window 16
|
|
|
|
/BIND -delete meta-y
|
|
|
|
/BIND ^W^C /WINDOW NEW HIDE
|
|
|
|
/BIND ^W^K /WINDOW KILL
|
|
|
|
/BIND ^[[11~ command AWAY I'm off for today :)
|
|
|
|
/BIND ^[[12~ command AWAY
|
|
|
|
|
|
|
|
See also: ALIAS
|
2001-02-17 05:30:06 -05:00
|
|
|
|