diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/irssi/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irssi/config b/test/irssi/config index b06a8a3..fe39032 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -289,5 +289,5 @@ keyboard = ( { key = "^Z"; id = "command"; data = "echo moo"; }, { key = "^R"; id = "command"; data = "history_search_start "; }, { key = "meta-h"; id = "command"; data = "echo moo /echo moo"; }, - { key = "meta-q"; id = "command"; data = " "; } + { key = "meta-q"; id = "command"; data = "echo bacons"; } ); |