view mcabber/doc/help/nl/hlp_alias.txt @ 1176:547a8ca7c1a8

Move init_bindings() to screen.c, with a few updates - Move the function init_bindings() to screen.c scr_init_bindings() - Get rid of the malloc/free - Add two key bindings: Meta-a, Meta-b - Put the comments on the same line when it is possible, in order to save some space.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 04 Apr 2007 22:03:49 +0200
parents 4c702f30ff2c
children
line wrap: on
line source


 /ALIAS [naam [= commando regel]]

Met dit commando kunt u aliassen toevoegen ter vereenvoudiging van ingewikkelde commando reeksen.
De aliassen kunnen worden bewerkt met:

/alias
 Print een lijst van de momenteel gedefinieerde aliassen
/alias naam
 Print de waarde van de alias genaamd "naam"
/alias naam=
 Verwijder de alias genaamd "naam"
/alias naam = commando regel
 Stel de alias genaamd "naam" in met de waarde "commando regel"

Voorbeeld: "/alias weg = status away"