From: Samir Benmendil Date: Mon, 13 Oct 2025 12:29:21 +0000 (+0100) Subject: weechat: disable partial auto-complete X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/58d5213d7cf4db76381398bd3dd407137a65f5a7?hp=85372e648b5515b94e6b8af9d74f681302a6d126 weechat: disable partial auto-complete --- diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 55304e5..84451e3 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -234,6 +234,7 @@ nick_first_only = off nick_ignore_chars = "[]`_-^" nick_ignore_words = "" partial_completion_alert = on +partial_completion_auto_expand = off partial_completion_command = on partial_completion_command_arg = on partial_completion_count = on