# # weechat -- plugins.conf # # WARNING: It is NOT recommended to edit this file by hand, # especially if WeeChat is running. # # Use /set or similar command to change settings in WeeChat. # # For more info, see: https://weechat.org/doc/quickstart # [var] perl.atcomplete.enabled = "on" perl.awaylog.command = "" perl.awaylog.name_color = "default" perl.awaylog.notify = "off" perl.awaylog.on_away_only = "off" perl.awaylog.plugin_color = "default" perl.highmon.alignment = "channel" perl.highmon.away_only = "off" perl.highmon.color_buf = "on" perl.highmon.first_run = "true" perl.highmon.hotlist_show = "off" perl.highmon.logging = "off" perl.highmon.merge_private = "off" perl.highmon.nick_prefix = "<" perl.highmon.nick_suffix = ">" perl.highmon.output = "buffer" perl.highmon.short_names = "off" perl.multiline.char = "↩" perl.multiline.hide_magic_nl = "on" perl.multiline.ipl = "on" perl.multiline.lead_linebreak = "on" perl.multiline.magic = "‼" perl.multiline.magic_enter_time = "1000" perl.multiline.magic_paste_only = "off" perl.multiline.modify_keys = "on" perl.multiline.paste_lock = "1" perl.multiline.send_empty = "on" perl.multiline.tab = "──▶▏" perl.multiline.weechat_paste_fix = "on" perl.notify_send.command = "notify-send $type: $name &>/dev/null" perl.notify_send.ignore_nicks = "" perl.notify_send.wait_highlight = "60" perl.notify_send.wait_pm = "180" python.anotify.icon = "/usr/share/pixmaps/weechat.xpm" python.anotify.show_channel_topic = "on" python.anotify.show_dcc = "on" python.anotify.show_highlighted_message = "on" python.anotify.show_invite_message = "on" python.anotify.show_notice_message = "off" python.anotify.show_private_action_message = "on" python.anotify.show_private_message = "on" python.anotify.show_public_action_message = "off" python.anotify.show_public_message = "off" python.anotify.show_server = "on" python.anotify.show_upgrade_ended = "on" python.anotify.sticky = "off" python.anotify.sticky_away = "on" python.chanotify.filters = "*:*" python.chanotify.status = "on" python.go.auto_jump = "off" python.go.buffer_number = "on" python.go.color_name = "black,cyan" python.go.color_name_highlight = "red,cyan" python.go.color_name_highlight_selected = "red,brown" python.go.color_name_selected = "black,brown" python.go.color_number = "yellow,magenta" python.go.color_number_selected = "yellow,red" python.go.fuzzy_search = "off" python.go.message = "Go to: " python.go.short_name = "off" python.go.sort = "number,beginning" python.go.use_core_instead_weechat = "off" python.styurl.buffer_type = "formatted" python.styurl.format = "${color:*_32}" python.styurl.ignored_buffers = "core.weechat,python.grep" python.styurl.ignored_tags = "irc_quit,irc_join" python.styurl.regex = "((?:https?|ftp)://[^\s/$.?#].\S*)" python.vimode.copy_clipboard_cmd = "xclip -selection c" python.vimode.imap_esc = "" python.vimode.imap_esc_timeout = "1000" python.vimode.line_number_prefix = "" python.vimode.line_number_suffix = ": " python.vimode.mode_indicator_cmd_color = "13" python.vimode.mode_indicator_cmd_color_bg = "default" python.vimode.mode_indicator_cmd_color_fg = "13" python.vimode.mode_indicator_insert_color = "2" python.vimode.mode_indicator_insert_color_bg = "default" python.vimode.mode_indicator_insert_color_fg = "2" python.vimode.mode_indicator_normal_color = "4" python.vimode.mode_indicator_normal_color_bg = "default" python.vimode.mode_indicator_normal_color_fg = "19" python.vimode.mode_indicator_prefix = "--" python.vimode.mode_indicator_replace_color = "white" python.vimode.mode_indicator_replace_color_bg = "red" python.vimode.mode_indicator_search_color = "1" python.vimode.mode_indicator_search_color_bg = "default" python.vimode.mode_indicator_suffix = "--" python.vimode.no_warn = "off" python.vimode.paste_clipboard_cmd = "xclip -selection c -o" python.vimode.search_vim = "on" python.vimode.user_mappings = "" [desc] perl.atcomplete.enabled = "enable completion of nicks starting with @ (default: "on")" perl.multiline.char = "character(s) which should be displayed to indicate end of line" perl.multiline.hide_magic_nl = "whether the new line inserted by magic enter key will be hidden" perl.multiline.ipl = "this setting controls override of ctrl-M (enter key) by script. Turn it off if you don't want multiline.pl to set and re-set the key binding." perl.multiline.lead_linebreak = "if turned on, multi-line messages always start on a new line" perl.multiline.magic = "indicator displayed when message will be sent soon" perl.multiline.magic_enter_time = "delay after pressing enter before sending automatically (in ms), or 0 to disable" perl.multiline.magic_paste_only = "only use multi-line messages for multi-line pastes (multi-line on enter is disabled by this)" perl.multiline.modify_keys = "if turned on, cursor keys are modified so that they respect line boundaries instead of treating the whole multi-line message as a single line" perl.multiline.paste_lock = "time-out to detect pastes (disable the weechat built-in paste detection if you want to use this)" perl.multiline.send_empty = "set to on to automatically disregard enter key on empty line" perl.multiline.tab = "character(s) which should be displayed instead of Tab key character" perl.multiline.weechat_paste_fix = "disable ctrl-J binding when paste is detected to stop silly weechat sending out pastes without allowing to edit them" perl.notify_send.command = "systemcommand to be executed ($type, $name, and $messagewill be interpreted as values) (default: "notify-send $type: $name &>/dev/null")" perl.notify_send.ignore_nicks = "comma-separated list of nicks to ignore (default: "")" perl.notify_send.wait_highlight = "necessary time delay between highlights(seconds) for command to be executed (default: "60")" perl.notify_send.wait_pm = "necessary time delay between private messages(seconds) for command to be executed (default: "180")" python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")" python.go.buffer_number = "display buffer number (default: "on")" python.go.color_name = "color for buffer name (not selected) (default: "black,cyan")" python.go.color_name_highlight = "color for highlight in buffer name (not selected) (default: "red,cyan")" python.go.color_name_highlight_selected = "color for highlight in a selected buffer name (default: "red,brown")" python.go.color_name_selected = "color for a selected buffer name (default: "black,brown")" python.go.color_number = "color for buffer number (not selected) (default: "yellow,magenta")" python.go.color_number_selected = "color for selected buffer number (default: "yellow,red")" python.go.fuzzy_search = "search buffer matches using approximation (default: "off")" python.go.message = "message to display before list of buffers (default: "Go to: ")" python.go.short_name = "display and search in short names instead of buffer name (default: "off")" python.go.sort = "comma-separated list of keys to sort buffers (the order is important, sorts are performed in the given order): name = sort by name (or short name), (default: "number,beginning")" python.go.use_core_instead_weechat = "use name "core" instead of "weechat" for core buffer (default: "off")" python.styurl.buffer_type = "the type of buffers to run on (options are "formatted", "free", or "*" for both) (default: "formatted")" python.styurl.format = "the style that should be applied to the URL(evaluated, see /help eval) (default: "${color:*_32}")" python.styurl.ignored_buffers = "comma-separated list of buffers to ignore URLs in (full name like "irc.freenode.#alacritty") (default: "core.weechat,python.grep")" python.styurl.ignored_tags = "comma-separated list of tags to ignore URLs from (default: "irc_quit,irc_join")" python.styurl.regex = "the URL-parsing regex using Python syntax (make sure capturing group 1 is the full URL) (default: "((?:https?|ftp)://[^\s/$.?#].\S*)")" python.vimode.copy_clipboard_cmd = "command used to copy to clipboard; must read input from stdin (default: "xclip -selection c")" python.vimode.imap_esc = "use alternate mapping to enter Normal mode while in Insert mode; having it set to 'jk' is similar to `:imap jk ` in vim (default: "")" python.vimode.imap_esc_timeout = "time in ms to wait for the imap_esc sequence to complete (default: "1000")" python.vimode.line_number_prefix = "prefix for line numbers (default: "")" python.vimode.line_number_suffix = "suffix for line numbers (default: " ")" python.vimode.mode_indicator_cmd_color = "color for mode indicator in Command mode (default: "white")" python.vimode.mode_indicator_cmd_color_bg = "background color for mode indicator in Command mode (default: "cyan")" python.vimode.mode_indicator_insert_color = "color for mode indicator in Insert mode (default: "white")" python.vimode.mode_indicator_insert_color_bg = "background color for mode indicator in Insert mode (default: "blue")" python.vimode.mode_indicator_normal_color = "color for mode indicator in Normal mode (default: "white")" python.vimode.mode_indicator_normal_color_bg = "background color for mode indicator in Normal mode (default: "gray")" python.vimode.mode_indicator_prefix = "prefix for the bar item mode_indicator (default: "")" python.vimode.mode_indicator_replace_color = "color for mode indicator in Replace mode (default: "white")" python.vimode.mode_indicator_replace_color_bg = "background color for mode indicator in Replace mode (default: "red")" python.vimode.mode_indicator_search_color = "color for mode indicator in Search mode (default: "white")" python.vimode.mode_indicator_search_color_bg = "background color for mode indicator in Search mode (default: "magenta")" python.vimode.mode_indicator_suffix = "suffix for the bar item mode_indicator (default: "")" python.vimode.no_warn = "don't warn about problematic keybindings and tmux/screen (default: "off")" python.vimode.paste_clipboard_cmd = "command used to paste clipboard; must output content to stdout (default: "xclip -selection c -o")" python.vimode.search_vim = "allow n/N usage after searching (requires an extra to return to normal mode) (default: "off")" python.vimode.user_mappings = "see the `:nmap` command in the README for more info; please do not modify this field manually unless you know what you're doing (default: "")"