diff options
Diffstat (limited to '')
-rw-r--r-- | test/irssi/config | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/irssi/config b/test/irssi/config index 6b46771..1e0d97c 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -278,13 +278,6 @@ keyboard = ( 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 "; } ); |