diff options
Diffstat (limited to 'src/plugins/script/script-command.c')
-rw-r--r-- | src/plugins/script/script-command.c | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/plugins/script/script-command.c b/src/plugins/script/script-command.c index 0ef3fd245..c1e369415 100644 --- a/src/plugins/script/script-command.c +++ b/src/plugins/script/script-command.c @@ -256,20 +256,22 @@ script_command_init () " | installed\n" " popular script\n\n" "Keys on script buffer:\n" - " alt+i install script\n" - " alt+r remove script\n" - " alt+l load script\n" - " alt+u unload script\n" - " alt+h (un)hold script\n\n" + " alt+i install script\n" + " alt+r remove script\n" + " alt+l load script\n" + " alt+L reload script\n" + " alt+u unload script\n" + " alt+h (un)hold script\n\n" "Input allowed on script buffer:\n" - " q close buffer\n" - " r refresh buffer\n" - " s:x,y sort buffer using keys x and y (see /help " + " 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 " "script.look.sort)\n" - " s: reset sort (use default sort)\n" - " word(s) filter scripts: search word(s) in " + " s: reset sort (use default sort)\n" + " word(s) filter scripts: search word(s) in " "scripts (description, tags, ...)\n" - " * remove filter\n\n" + " * remove filter\n\n" "Examples:\n" " /script search url\n" " /script install iset.pl buffers.pl\n" |