From 713822df9243ea2400b561c4a2d461b1b5349d75 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 3 Jun 2017 01:51:14 +0200 Subject: weechat: import stuff MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- weechat/aspell.conf | 13 +++++++++---- weechat/plugins.conf | 2 ++ weechat/weechat.conf | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) (limited to 'weechat') diff --git a/weechat/aspell.conf b/weechat/aspell.conf index 039df91..54b8f3c 100644 --- a/weechat/aspell.conf +++ b/weechat/aspell.conf @@ -11,18 +11,23 @@ [color] misspelled = lightred -suggestions = default +suggestion = default +suggestion_delimiter_dict = cyan +suggestion_delimiter_word = cyan [check] commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic,ns,cs" -default_dict = "en" +default_dict = "en,sv" during_search = on enabled = on real_time = on -suggestions = 0 +suggestions = 10 word_min_length = 2 [dict] -core.weechat = "en" + +[look] +suggestion_delimiter_dict = " / " +suggestion_delimiter_word = "," [option] 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")" diff --git a/weechat/weechat.conf b/weechat/weechat.conf index 1def8a8..36eb0cd 100644 --- a/weechat/weechat.conf +++ b/weechat/weechat.conf @@ -317,7 +317,7 @@ isetbar.color_fg = default isetbar.conditions = "" isetbar.filling_left_right = vertical isetbar.filling_top_bottom = horizontal -isetbar.hidden = on +isetbar.hidden = off isetbar.items = "isetbar_help" isetbar.position = top isetbar.priority = 0 -- cgit v1.2.3-54-g00ecf