ab06b293c69a
vim: swap a few mappings
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 21 Mar 2011 10:42:44 -0400 |
parents | b17bbc976855 |
children | 094faea8dad5 |
branches/tags | (none) |
files | vim/.vimrc |
Changes
--- 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.