aboutsummaryrefslogtreecommitdiff
path: root/config/weechat/plugins.conf
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-04-10 22:48:28 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-04-10 22:48:28 +0200
commit358ea1e2a08b5c887a2f46562326ac2ea9ac6c24 (patch)
tree00be1f92589e8d760e121b6b7ea75b69d731742a /config/weechat/plugins.conf
parent747895a6815830b47f962dc0f90f791ccd14fc9d (diff)
Improve weechat config
Diffstat (limited to 'config/weechat/plugins.conf')
-rw-r--r--config/weechat/plugins.conf38
1 files changed, 38 insertions, 0 deletions
diff --git a/config/weechat/plugins.conf b/config/weechat/plugins.conf
index a9d9dfc..2d48fce 100644
--- a/config/weechat/plugins.conf
+++ b/config/weechat/plugins.conf
@@ -10,5 +10,43 @@
#
[var]
+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.min_chars = "0"
+python.go.short_name = "off"
+python.go.short_name_server = "off"
+python.go.sort = "number,beginning"
+python.go.use_core_instead_weechat = "off"
+python.grep.clear_buffer = "off"
+python.grep.default_tail_head = "10"
+python.grep.go_to_buffer = "on"
+python.grep.log_filter = ""
+python.grep.max_lines = "4000"
+python.grep.show_summary = "on"
+python.grep.size_limit = "2048"
+python.grep.timeout_secs = "300"
[desc]
+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.min_chars = "Minimum chars to search and display list of matching buffers (default: "0")"
+python.go.short_name = "display and search in short names instead of buffer name (default: "off")"
+python.go.short_name_server = "prefix short names with server names for search and display (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")"