aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/plugins.conf
diff options
context:
space:
mode:
Diffstat (limited to 'weechat/plugins.conf')
-rw-r--r--weechat/plugins.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index 93dc5ba..cf54787 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -218,6 +218,7 @@ python.copy.enable_remove = "off"
python.copy.kick_reason = ""
python.copy.op_command = "/msg chanserv op $channel $nick"
python.go.auto_jump = "on"
+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"
@@ -375,6 +376,7 @@ python.clone_scanner.display_scan_report_clone_buffer = "Display manual scan rep
python.clone_scanner.display_scan_report_current_buffer = "Display manual scan reports in the current buffer"
python.clone_scanner.display_scan_report_target_buffer = "Display manual scan reports in the buffer of the scanned channel"
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")"