From 2f29ffe64e82789a1251f45131f9151015d1ab00 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Wed, 19 Aug 2015 13:41:48 +0200 Subject: Added vimode settings to weechat --- weechat/.weechat/aspell.conf | 2 +- weechat/.weechat/weechat.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'weechat') 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 commands = "ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic" default_dict = "" during_search = off -enabled = off +enabled = on real_time = off suggestions = -1 word_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 jump_previous_buffer_when_closing = on jump_smart_back_to_buffer = on key_bind_safe = on -mouse = off +mouse = on mouse_timer_delay = 100 nick_prefix = "" nick_suffix = "" @@ -245,7 +245,7 @@ rootinput.conditions = "" rootinput.filling_left_right = vertical rootinput.filling_top_bottom = horizontal rootinput.hidden = off -rootinput.items = "[buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text" +rootinput.items = "[mode_indicator]+[buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text,[vi_buffer]" rootinput.position = bottom rootinput.priority = 0 rootinput.separator = off -- cgit v1.2.3