a3508385ac8e
ctrlp
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 05 Apr 2012 17:55:44 -0400 |
parents | fa7da5d82131 |
children | 36ec7052b16b |
branches/tags | (none) |
files | vim/.vimrc |
Changes
--- a/vim/.vimrc Thu Apr 05 17:54:13 2012 -0400 +++ b/vim/.vimrc Thu Apr 05 17:55:44 2012 -0400 @@ -269,7 +269,7 @@ " vnoremap <leader>UG :w !gist -p \| pbcopy<cr> " Send visual selection to paste.stevelosh.com -vnoremap <leader>G :w !curl -sF 'sprunge=<-' 'http://paste.stevelosh.com' \| tr -d '\n ' \| pbcopy<cr> +vnoremap <c-p> :w !curl -sF 'sprunge=<-' 'http://paste.stevelosh.com' \| tr -d '\n ' \| pbcopy<cr> " Change case inoremap <C-u> <esc>gUiwea