--- a/vim/.vimrc Wed Mar 16 10:03:58 2011 -0400
+++ b/vim/.vimrc Mon Mar 21 10:42:44 2011 -0400
@@ -430,7 +430,7 @@
nnoremap _a :AnsiEsc<CR>
" Toggle paste
-nnoremap <f8> :set paste!<cr>
+set pastetoggle=<F8>
" I can't type
cmap W w
@@ -610,7 +610,7 @@
" }}}
" Open quoted ----------------------------------------------------------------- {{{
-nnoremap <silent> <c-o> :OpenQuoted<cr>
+nnoremap <silent> ΓΈ :OpenQuoted<cr>
command! OpenQuoted call OpenQuoted()
" Open the file in the current (or next) set of quotes.