1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

script: add missing input actions "A" and "v" in /help script

This commit is contained in:
Sébastien Helleu
2019-01-20 20:13:54 +01:00
parent eb0828ec6c
commit 7e0da4b68a
20 changed files with 246 additions and 232 deletions
+7 -7
View File
@@ -346,15 +346,15 @@ script_command_init ()
" alt+v view script\n"
"\n"
"Input allowed on script buffer:\n"
" i/r/l/L/u/h action on script (same as keys above)\n"
" q close buffer\n"
" $ refresh buffer\n"
" s:x,y sort buffer using keys x and y (see /help "
" i/r/l/L/u/A/h/v action on script (same as keys above)\n"
" q close buffer\n"
" $ refresh buffer\n"
" s:x,y sort buffer using keys x and y (see /help "
"script.look.sort)\n"
" s: reset sort (use default sort)\n"
" word(s) filter scripts: search word(s) in scripts "
" s: reset sort (use default sort)\n"
" word(s) filter scripts: search word(s) in scripts "
"(description, tags, ...)\n"
" * remove filter\n"
" * remove filter\n"
"\n"
"Mouse actions on script buffer:\n"
" wheel scroll list\n"