diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-11 08:25:54 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-11-11 08:25:54 +0100 |
commit | 16309be4ede1d61ff74a8d7bdebf1ac27d189ef7 (patch) | |
tree | 8fee29e5e95b865aca93586ed1180fc586c2f35b /doc/it/autogen/user | |
parent | 4dd15157d2ad74894e465819ed1903147b9fcd6c (diff) | |
download | weechat-16309be4ede1d61ff74a8d7bdebf1ac27d189ef7.zip |
fset: only toggle boolean values with /fset -toggle or alt+space key
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/fset_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/fset_commands.adoc b/doc/it/autogen/user/fset_commands.adoc index deda76656..a61ad24dd 100644 --- a/doc/it/autogen/user/fset_commands.adoc +++ b/doc/it/autogen/user/fset_commands.adoc @@ -30,7 +30,7 @@ -left: scroll the fset buffer by "percent" of width on the left -right: scroll the fset buffer by "percent" of width on the right -go: select a line by number, first line number is 0 ("end" to select the last line) - -toggle: toggle the boolean value, set a new value for other types + -toggle: toggle the boolean value -add: add "value" (which can be a negative number) for integers and colors, set/append to value for other types (set for a negative value, append for a positive value) -reset: reset the value of option -unset: unset the option |