aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-08-22 16:13:35 +0000
committerTom Feist <shabble@cowu.be>2010-08-22 16:13:35 +0000
commit24e48ff237a5f200ed3e36a660ee920583ab49ca (patch)
treea8ae05bed1e0a57485526e92b56e9649010edc23 /test
parentoh god stupid git. Well, also my fault for committing the wrong thing. (diff)
downloadirssi-scripts-24e48ff237a5f200ed3e36a660ee920583ab49ca.tar.gz
irssi-scripts-24e48ff237a5f200ed3e36a660ee920583ab49ca.zip
moved some stuff into General, and started to modify buildpod.pl to render a better index page.
Diffstat (limited to 'test')
-rw-r--r--test/irssi/config12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/irssi/config b/test/irssi/config
index 620c7e3..b06a8a3 100644
--- a/test/irssi/config
+++ b/test/irssi/config
@@ -154,7 +154,7 @@ aliases = {
et = "/script unload expando_test.pl; /script load expando_test";
se = "script exec";
detach = "eval exec - screen -X detach";
- xxx = "/dump Irssi::UI::bindings()";
+ xxx = "/dump Irssi::bindings()";
showbind = "/script exec \\%foo = Irssi::UI::bindings()\\; print \\$foo{\"\\\\$0\"}\\;";
};
@@ -272,7 +272,11 @@ settings = {
timestamp_format = "%+";
};
"fe-text" = { actlist_sort = "refnum"; indent = "1"; };
- "perl/core/scripts" = { autoinstall_custom_prompt = "yes"; };
+ "perl/core/scripts" = {
+ autoinstall_custom_prompt = "yes";
+ mass_hilight_action = "/echo $nick";
+ mass_hilight_threshold = "0";
+ };
"fe-common/core" = { bell_beeps = "yes"; };
};
keyboard = (
@@ -283,5 +287,7 @@ keyboard = (
},
{ key = "meta-x"; id = "command"; data = "history_search "; },
{ key = "^Z"; id = "command"; data = "echo moo"; },
- { key = "^R"; id = "command"; data = "history_search_start "; }
+ { key = "^R"; id = "command"; data = "history_search_start "; },
+ { key = "meta-h"; id = "command"; data = "echo moo /echo moo"; },
+ { key = "meta-q"; id = "command"; data = " "; }
);