# HG changeset patch # User Steve Losh # Date 1300718564 14400 # Node ID ab06b293c69a57f5d9a1830019b975b17c116cd0 # Parent b17bbc97685559ea9771aaecc5acd903ae8823ab vim: swap a few mappings diff -r b17bbc976855 -r ab06b293c69a vim/.vimrc --- 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 " Toggle paste -nnoremap :set paste! +set pastetoggle= " I can't type cmap W w @@ -610,7 +610,7 @@ " }}} " Open quoted ----------------------------------------------------------------- {{{ -nnoremap :OpenQuoted +nnoremap ΓΈ :OpenQuoted command! OpenQuoted call OpenQuoted() " Open the file in the current (or next) set of quotes.