From 71592452e75d57d84bd10ebee077f292dc05b955 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Wed, 6 Oct 2010 18:21:38 +0100 Subject: updating my test config after it broke horribly --- test/irssi/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/irssi/config') diff --git a/test/irssi/config b/test/irssi/config index 3eb4c09..3fb5019 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -133,7 +133,6 @@ aliases = { KB = "kickban"; KN = "knockout"; BANS = "ban"; - B = "ban"; MUB = "unban *"; UB = "unban"; IG = "ignore"; @@ -167,6 +166,7 @@ aliases = { botaway = "/away auto-away [\002BX\002-MsgLog On] (Away since 1:43 am Mon Aug 24)"; vim = "script load vim_mode.pl"; unvim = "/script unload vim_mode"; + prompt = "script load prompt_replace.pl"; }; statusbar = { @@ -268,8 +268,7 @@ statusbar = { }; prompt = { items = { - prompt = { }; - prompt_empty = { }; + new_prompt = { priority = "0"; }; input = { priority = "10"; }; }; }; @@ -304,5 +303,6 @@ keyboard = ( { key = "^R"; id = "command"; data = "history_search_start "; }, { key = "meta-h"; id = "command"; data = "echo moo /echo moo"; }, { key = "meta-q"; id = "command"; data = "echo bacons"; }, - { key = "meta-c"; id = "command"; data = "echo moo ; /echo bar"; } + { key = "meta-c"; id = "command"; data = "echo moo ; /echo bar"; }, + { key = "meta-l"; id = "command"; data = "visual "; } ); -- cgit v1.2.3