summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-29 22:49:29 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-29 22:49:29 +0200
commit015ec85f103987fb27ec5d56e32cfa3200074c9f (patch)
tree270c9947f80247f0a83af5c9c33de212dcb45aab /src/core
parent93cd05bdd8f04721e4400eca0e0e776877e33be9 (diff)
downloadweechat-015ec85f103987fb27ec5d56e32cfa3200074c9f.zip
core: add some missing default keys in /help cursor
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-command.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index eac9c4f91..0f779014f 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -7237,6 +7237,11 @@ command_init ()
" q open query with nick (/query)\n"
" w query information about user (/whois)\n"
"\n"
+ "Other default keys in cursor mode:\n"
+ " arrow move cursor\n"
+ " alt+arrow move cursor to the next area\n"
+ " enter exit cursor mode\n"
+ "\n"
"Examples:\n"
" go to nicklist:\n"
" /cursor go nicklist\n"