1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

core: add default keys of cursor mode in /help cursor

This commit is contained in:
Sébastien Helleu
2015-04-19 09:09:09 +02:00
parent 1878c56c70
commit 074f2dc778
19 changed files with 292 additions and 45 deletions
+12
View File
@@ -7084,6 +7084,18 @@ command_init ()
"When mouse is enabled (see /help mouse), by default a middle click "
"will start cursor mode at this point.\n"
"\n"
"Default keys in cursor mode on chat messages:\n"
" m quote message\n"
" q quote prefix + message\n"
" Q quote time + prefix + message\n"
"\n"
"Default keys in cursor mode on nicklist:\n"
" b ban nick (/ban)\n"
" k kick nick (/kick)\n"
" K kick and ban nick (/kickban)\n"
" q open query with nick (/query)\n"
" w query information about user (/whois)\n"
"\n"
"Examples:\n"
" go to nicklist:\n"
" /cursor go nicklist\n"