diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/script/script-command.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c index 270aa16c4..d4655453e 100644 --- a/src/plugins/script/script-command.c +++ b/src/plugins/script/script-command.c @@ -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" |