aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weechat/.weechat/aspell.conf2
-rw-r--r--weechat/.weechat/weechat.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/weechat/.weechat/aspell.conf b/weechat/.weechat/aspell.conf
index c3d12dc..4dcc4da 100644
--- a/weechat/.weechat/aspell.conf
+++ b/weechat/.weechat/aspell.conf
@@ -10,7 +10,7 @@ suggestions = default
10commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" 10commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"
11default_dict = "" 11default_dict = ""
12during_search = off 12during_search = off
13enabled = off 13enabled = on
14real_time = off 14real_time = off
15suggestions = -1 15suggestions = -1
16word_min_length = 2 16word_min_length = 2
diff --git a/weechat/.weechat/weechat.conf b/weechat/.weechat/weechat.conf
index 3cf2b57..48725a7 100644
--- a/weechat/.weechat/weechat.conf
+++ b/weechat/.weechat/weechat.conf
@@ -74,7 +74,7 @@ jump_current_to_previous_buffer = on
74jump_previous_buffer_when_closing = on 74jump_previous_buffer_when_closing = on
75jump_smart_back_to_buffer = on 75jump_smart_back_to_buffer = on
76key_bind_safe = on 76key_bind_safe = on
77mouse = off 77mouse = on
78mouse_timer_delay = 100 78mouse_timer_delay = 100
79nick_prefix = "" 79nick_prefix = ""
80nick_suffix = "" 80nick_suffix = ""
@@ -245,7 +245,7 @@ rootinput.conditions = ""
245rootinput.filling_left_right = vertical 245rootinput.filling_left_right = vertical
246rootinput.filling_top_bottom = horizontal 246rootinput.filling_top_bottom = horizontal
247rootinput.hidden = off 247rootinput.hidden = off
248rootinput.items = "[buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text" 248rootinput.items = "[mode_indicator]+[buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text,[vi_buffer]"
249rootinput.position = bottom 249rootinput.position = bottom
250rootinput.priority = 0 250rootinput.priority = 0
251rootinput.separator = off 251rootinput.separator = off