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 :