diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-19 09:09:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-19 09:09:09 +0200 |
commit | 074f2dc778f1f75b2b95e66d1eecb2ca0d7e7f2c (patch) | |
tree | 6813908e803720ba028caece4d31723d4c2876e9 /doc/en | |
parent | 1878c56c70bf0337dd2f120dd19e1be85d93165c (diff) | |
download | weechat-074f2dc778f1f75b2b95e66d1eecb2ca0d7e7f2c.zip |
core: add default keys of cursor mode in /help cursor
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index 4ac65a137..d5031c4f6 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -194,6 +194,18 @@ Without argument, this command toggles cursor mode. When mouse is enabled (see /help mouse), by default a middle click will start cursor mode at this point. +Default keys in cursor mode on chat messages: + m quote message + q quote prefix + message + Q quote time + prefix + message + +Default keys in cursor mode on nicklist: + b ban nick (/ban) + k kick nick (/kick) + K kick and ban nick (/kickban) + q open query with nick (/query) + w query information about user (/whois) + Examples: go to nicklist: /cursor go nicklist |