diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-06 17:21:38 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-06 17:21:38 +0000 |
commit | 71592452e75d57d84bd10ebee077f292dc05b955 (patch) | |
tree | 5c0bbc4c4e4c733e80b683da443c5b8e191ac0e8 /test/irssi/config | |
parent | documentation improvements (diff) | |
download | irssi-scripts-71592452e75d57d84bd10ebee077f292dc05b955.tar.gz irssi-scripts-71592452e75d57d84bd10ebee077f292dc05b955.zip |
updating my test config after it broke horribly
Diffstat (limited to '')
-rw-r--r-- | test/irssi/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/irssi/config b/test/irssi/config index 3eb4c09..3fb5019 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -133,7 +133,6 @@ aliases = { KB = "kickban"; KN = "knockout"; BANS = "ban"; - B = "ban"; MUB = "unban *"; UB = "unban"; IG = "ignore"; @@ -167,6 +166,7 @@ aliases = { 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"; }; statusbar = { @@ -268,8 +268,7 @@ statusbar = { }; prompt = { items = { - prompt = { }; - prompt_empty = { }; + new_prompt = { priority = "0"; }; input = { priority = "10"; }; }; }; @@ -304,5 +303,6 @@ 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-c"; id = "command"; data = "echo moo ; /echo bar"; }, + { key = "meta-l"; id = "command"; data = "visual "; } ); |