diff options
author | Tom Feist <shabble@metavore.org> | 2010-09-30 22:05:04 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-09-30 22:05:04 +0000 |
commit | 02c71373b841dd88d9e0fcbd772e2ededfc23d0c (patch) | |
tree | 227d6ff26ffcc81aeeb590e97851e066dce54593 | |
parent | major changes to undo, no longer saving entries from inside _input, but using (diff) | |
download | irssi-scripts-02c71373b841dd88d9e0fcbd772e2ededfc23d0c.tar.gz irssi-scripts-02c71373b841dd88d9e0fcbd772e2ededfc23d0c.zip |
updated test irssi config with /vim and /unvim commands for easy reloading.
-rw-r--r-- | test/irssi/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/irssi/config b/test/irssi/config index 9156a7f..3eb4c09 100644 --- a/test/irssi/config +++ b/test/irssi/config @@ -165,6 +165,8 @@ aliases = { xxx = "/dump Irssi::bindings()"; showbind = "/script exec \\%foo = Irssi::UI::bindings()\\; print \\$foo{\"\\\\$0\"}\\;"; 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"; }; statusbar = { @@ -229,6 +231,7 @@ statusbar = { act = { priority = "10"; }; more = { priority = "-1"; alignment = "right"; }; barend = { priority = "100"; alignment = "right"; }; + vim_mode = { }; }; }; @@ -285,6 +288,7 @@ settings = { autoinstall_custom_prompt = "yes"; mass_hilight_action = "/echo $nick"; mass_hilight_threshold = "0"; + vim_mode_debug = "yes"; }; "fe-common/core" = { bell_beeps = "yes"; }; "irc/core" = { ctcp_userinfo_reply = ""; }; |