diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index 6cae46645..2791b8229 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -742,6 +742,11 @@ ** type: string ** values: any string (default value: `""`) +* [[option_weechat.look.paste_auto_add_newline]] *weechat.look.paste_auto_add_newline* +** description: `automatically add a newline at the end of pasted text if there are at least two lines and if a confirmation is asked` +** type: boolean +** values: on, off (default value: `on`) + * [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed* ** description: `enable terminal "bracketed paste mode" (not supported in all terminals/multiplexers): in this mode, pasted text is bracketed with control sequences so that WeeChat can differentiate pasted text from typed-in text ("ESC[200~", followed by the pasted text, followed by "ESC[201~")` ** type: boolean |