diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-05 12:25:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-05 12:25:41 +0100 |
commit | 287d5146b4ec047cd6c86640ca284a4a75b40cbf (patch) | |
tree | af2fc6ceb8b9f2f199dea38419c4b114678ea67e /doc/it/weechat_user.it.adoc | |
parent | 1cfb5e5d1e1c032995aa4fb6df41c09c4acda5a9 (diff) | |
download | weechat-287d5146b4ec047cd6c86640ca284a4a75b40cbf.zip |
doc: move section "Alias" in "Configuration" (user's guide)
Diffstat (limited to 'doc/it/weechat_user.it.adoc')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 77 |
1 files changed, 39 insertions, 38 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 2873c5535..cf3daff6b 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -237,7 +237,7 @@ List of commonly used options: config, data, cache, runtime. | ENABLE_ALIAS | `ON`, `OFF` | ON | - Compile <<alias_plugin,Alias plugin>>. + Compile <<command_aliases,Alias plugin>>. | ENABLE_BUFLIST | `ON`, `OFF` | ON | Compile <<buflist_plugin,Buflist plugin>>. @@ -2664,6 +2664,44 @@ To use the _libera_ password, for example with ---- // TRANSLATION MISSING +[[command_aliases]] +=== Command aliases + +Il plugin Alias consente di creare alias per i comandi (da WeeChat o altri +plugin). + +// TRANSLATION MISSING +Some aliases are created by default, with name in upper case (to make them +different from standard commands); commands are not case sensitive in WeeChat, +so for example `/close` runs the alias `/CLOSE`. + +// TRANSLATION MISSING +List of default aliases: + +include::includes/autogen_user_default_aliases.it.adoc[tag=default_aliases] + +[[alias_commands]] +==== Comandi + +include::includes/autogen_user_commands.it.adoc[tag=alias_commands] + +[[alias_options]] +==== Options + +// TRANSLATION MISSING +Sections in file _alias.conf_: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| cmd | <<command_alias_alias,/alias>> + + /set alias.cmd.* | Commands for aliases. +| completion | <<command_alias_alias,/alias>> + + /set alias.completion.* | Completions for aliases. +|=== + +// TRANSLATION MISSING [[commands_and_options]] === Commands and options @@ -2808,43 +2846,6 @@ Per saperne di più riguardo lo sviluppo di plugin o script (tramite le API), pe favore consultare link:weechat_plugin_api.it.html[Riferimento API dei Plugin per WeeChat] oppure link:weechat_scripting.it.html[Guida allo Scripting di WeeChat]. -[[alias_plugin]] -=== Alias - -Il plugin Alias consente di creare alias per i comandi (da WeeChat o altri -plugin). - -// TRANSLATION MISSING -Some aliases are created by default, with name in upper case (to make them -different from standard commands); commands are not case sensitive in WeeChat, -so for example `/close` runs the alias `/CLOSE`. - -// TRANSLATION MISSING -List of default aliases: - -include::includes/autogen_user_default_aliases.it.adoc[tag=default_aliases] - -[[alias_commands]] -==== Comandi - -include::includes/autogen_user_commands.it.adoc[tag=alias_commands] - -[[alias_options]] -==== Options - -// TRANSLATION MISSING -Sections in file _alias.conf_: - -// TRANSLATION MISSING -[width="100%",cols="3m,6m,16",options="header"] -|=== -| Section | Control command | Description -| cmd | <<command_alias_alias,/alias>> + - /set alias.cmd.* | Commands for aliases. -| completion | <<command_alias_alias,/alias>> + - /set alias.completion.* | Completions for aliases. -|=== - [[buflist_plugin]] === Buflist |