1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-08 04:26:01 -04:00
irssi/docs/help/in/completion.in
Geert Hauwaerts 3f79c8553c Syntax documentation rewrite for C-commands
Rewrote the syntax documentation for all the commands starting with the
letter C.
2014-07-03 17:41:15 +02:00

32 lines
793 B
Plaintext

Syntax:
@SYNTAX:completion@
Parameters:
-auto: Insert the completion without pressing a word completion character.
-delete: Removes the completion from the list.
A key and the value to use as a replacement. If no argument is given, the
list of completions will be displayed.
Description:
Replaces or completed words or letters; you can write just the first few
letters of the word and press TAB to insert a replacement.
When a replacement has been found, Irssi will choose the most probable
matching word and replaces it; you may press TAB repeatedly to swap between
matches.
Examples:
/COMPLETION w/h without
/COMPLETION -auto compr compromised
/COMPLETION -delete 'compr'
/COMPLETION -delete without
See also: BIND