diff options
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index d003f6175..cd8b3cbba 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -570,17 +570,19 @@ fset_command_init () " - same names prefixed by two underscores, for example: " "${__name}, ${__type}, ...\n" "\n" - "Keys on fset buffer:\n" - " alt+space toggle boolean value\n" - " alt+'-' subtract 1 from value (integer/color)\n" - " alt+'+' add 1 to value (integer/color)\n" - " alt+f, alt+r reset value\n" - " alt+f, alt+u unset value\n" - " alt+enter set value\n" - " alt+f, alt+a append to value\n" - " alt+',' mark/unmark option and move one line down\n" - " shift+down mark/unmark option and move one line down\n" - " shift+up mark/unmark option and move one line up"), + "Keys and input on fset buffer:\n" + " alt+space t toggle boolean value\n" + " alt+'-' - subtract 1 from value (integer/color)\n" + " alt+'+' + add 1 to value (integer/color)\n" + " alt+f, alt+r r reset value\n" + " alt+f, alt+u u unset value\n" + " alt+enter s set value\n" + " alt+f, alt+a a append to value\n" + " alt+',' , mark/unmark option and move one line down\n" + " shift+down mark/unmark option and move one line down\n" + " shift+up mark/unmark option and move one line up\n" + " $ refresh options, unmark all options\n" + " q close fset buffer"), "-bar" " || -refresh" " || -up 1|2|3|4|5" |