From 2ceeee7ef3f30d4da24b0a3176495e726189cc4f Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 8 Mar 2010 12:03:28 -0800 Subject: [PATCH] Don't want this --- .vimrc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.vimrc b/.vimrc index ef4b194..002a5d5 100644 --- a/.vimrc +++ b/.vimrc @@ -824,13 +824,13 @@ if has("autocmd") endif "ii irc stuff -map c1 :.w! >> ~/irc/irc.cat.pdx.edu/indd -map c2 :.w! >> ~/irc/irc.cat.pdx.edu/\#hack/indd -map c3 :.w! >> ~/irc/irc.cat.pdx.edu/\#meow/indd -map c4 :.w! >> ~/irc/irc.cat.pdx.edu/\#rtttoee/indd -map c5 :.w! >> ~/irc/irc.cat.pdx.edu/\#robots/indd -map c17 :.w! >> ~/irc/irc.cat.pdx.edu/\#cschat/indd -imap /me ACTION +" map c1 :.w! >> ~/irc/irc.cat.pdx.edu/indd +" map c2 :.w! >> ~/irc/irc.cat.pdx.edu/\#hack/indd +" map c3 :.w! >> ~/irc/irc.cat.pdx.edu/\#meow/indd +" map c4 :.w! >> ~/irc/irc.cat.pdx.edu/\#rtttoee/indd +" map c5 :.w! >> ~/irc/irc.cat.pdx.edu/\#robots/indd +" map c17 :.w! >> ~/irc/irc.cat.pdx.edu/\#cschat/indd +" imap /me ACTION "----------------------------------------------------------------------- " vim: set shiftwidth=4 softtabstop=4 expandtab tw=72 :