diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 5 |
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" |