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/weechat.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weechat/.weechat/weechat.conf') 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