diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-11 21:57:23 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-10-11 21:57:23 +0200 |
commit | fdeb87bf4ed0cf4c9dd99ece755246604a599134 (patch) | |
tree | f7bc91be830db7193eb02a12b87e222715efb487 /doc/en | |
parent | ff443c76b5f786dc10605077c7c15c7b98f48ae7 (diff) | |
download | weechat-fdeb87bf4ed0cf4c9dd99ece755246604a599134.zip |
doc: add note about Tab key in quickstart guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_quickstart.en.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/weechat_quickstart.en.adoc b/doc/en/weechat_quickstart.en.adoc index 08457edd3..9a6baf735 100644 --- a/doc/en/weechat_quickstart.en.adoc +++ b/doc/en/weechat_quickstart.en.adoc @@ -196,6 +196,11 @@ To auto-join some channels when connecting to server: /set irc.server.freenode.autojoin "#channel1,#channel2" ---- +[TIP] +You can complete name and value of options with the kbd:[Tab] key +and kbd:[Shift+Tab] for a partial completion (useful for long words like +the name of option). + To remove a value of a server option, and use the default value instead, for example to use default nicks (irc.server_default.nicks): |