diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/irssi/config | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/irssi/config b/test/irssi/config index 3fb5019..25101e6 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -133,6 +133,7 @@ aliases = { KB = "kickban"; KN = "knockout"; BANS = "ban"; + B = "ban"; MUB = "unban *"; UB = "unban"; IG = "ignore"; @@ -164,9 +165,7 @@ aliases = { xxx = "/dump Irssi::bindings()"; showbind = "/script exec \\%foo = Irssi::UI::bindings()\\; print \\$foo{\"\\\\$0\"}\\;"; 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"; + vim = "/script load vim_mode.pl"; }; statusbar = { @@ -268,7 +267,8 @@ statusbar = { }; prompt = { items = { - new_prompt = { priority = "0"; }; + prompt = { }; + prompt_empty = { }; input = { priority = "10"; }; }; }; @@ -287,7 +287,6 @@ settings = { autoinstall_custom_prompt = "yes"; mass_hilight_action = "/echo $nick"; mass_hilight_threshold = "0"; - vim_mode_debug = "yes"; }; "fe-common/core" = { bell_beeps = "yes"; }; "irc/core" = { ctcp_userinfo_reply = ""; }; @@ -303,6 +302,5 @@ 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-l"; id = "command"; data = "visual "; } + { key = "meta-c"; id = "command"; data = "echo moo ; /echo bar"; } ); |