From 62ed4e1c708ef0f2641b872539dd6e02ff8bcad9 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 24 Jul 2010 17:32:00 +0100 Subject: misc stuffs --- history-search/irssi/config | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'history-search/irssi/config') diff --git a/history-search/irssi/config b/history-search/irssi/config index 6b7db48..6b46771 100644 --- a/history-search/irssi/config +++ b/history-search/irssi/config @@ -151,6 +151,8 @@ aliases = { rltest = "/script unload history_search; /script load history_search.pl"; DUMP = "script exec use Data::Dumper\\; print Data::Dumper->new([\\\\$0-])->Dump"; funcs_for = "/dump [map *\\$_{NAME}, grep ref(\\$_) eq 'GLOB' && *\\$_{CODE} && *\\$_{PACKAGE} eq 'Irssi::UI::Window', values \\%Irssi::UI::Window::]"; + et = "/script unload expando_test.pl; /script load expando_test"; + se = "script exec"; }; statusbar = { @@ -269,3 +271,20 @@ settings = { "perl/core/scripts" = { autoinstall_custom_prompt = "yes"; }; "fe-common/core" = { bell_beeps = "yes"; }; }; +keyboard = ( + { + key = "meta-g"; + id = "command"; + data = "se print defined(Irssi::gui_input_set(\"hello\"))?1:0"; + }, + { key = "meta-x"; id = "command"; data = "history_search "; }, + { + key = "M-g"; + id = "command"; + data = "se print defined(Irssi::gui_input_set(\"hello\"))?1:0"; + }, + { key = "^Z"; id = "command"; data = "echo moo"; }, + { key = "^O"; id = "command"; data = "echo moo"; }, + { key = "^o"; id = "command"; data = "echo moo"; }, + { key = "^R"; id = "command"; data = "history_search_start "; } +); -- cgit v1.2.3