mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
878411edc4
Rewrote the syntax documentation for all commands starting with the letter D.
32 lines
823 B
Plaintext
32 lines
823 B
Plaintext
|
|
%9Syntax:%9
|
|
|
|
@SYNTAX:completion@
|
|
|
|
%9Parameters:%9
|
|
|
|
-auto: Inserts the completion without pressing a word completion character.
|
|
-delete: Removes the completion from the configuration.
|
|
|
|
A key and the value to use as a replacement. If no argument is given, the
|
|
list of completions will be displayed.
|
|
|
|
%9Description:%9
|
|
|
|
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.
|
|
|
|
%9Examples:%9
|
|
|
|
/COMPLETION w/h without
|
|
/COMPLETION -auto compr compromised
|
|
/COMPLETION -delete 'compr'
|
|
/COMPLETION -delete without
|
|
|
|
%9See also:%9 BIND
|
|
|