diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 09:44:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-31 09:44:16 +0200 |
commit | 424c1b99fd1fe94bca51223a1d037ff32c7bab04 (patch) | |
tree | cea67fa994ba4b4ebc824a17941246708b2ea616 /doc/de | |
parent | 9af0c04b883e6d13057aead956e1893508bce2a0 (diff) | |
download | weechat-424c1b99fd1fe94bca51223a1d037ff32c7bab04.zip |
doc: add note about /fset completion in quickstart guide
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_quickstart.de.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/weechat_quickstart.de.adoc b/doc/de/weechat_quickstart.de.adoc index f974a3b55..cdf2708ad 100644 --- a/doc/de/weechat_quickstart.de.adoc +++ b/doc/de/weechat_quickstart.de.adoc @@ -94,6 +94,11 @@ IRC options: ---- // TRANSLATION MISSING +The `/fset` command has completion on part of option names, so for example if +you type `/fset hot` and press kbd:[Tab] this is completed as `/fset hotlist`. +If you press kbd:[Enter], options about the hotlist are displayed. + +// TRANSLATION MISSING For more information about `/fset` command and keys, see `/help fset`. [[core_vs_plugins]] |