vim/after/plugin/paredit.vim @ 33d393113753

Merge.
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Oct 2014 13:30:41 -0400
parents 761550d1394f
children 4fd7ed35c546
augroup unmap_paredit_bullshit
    au!

    " Quit fucking with my split-line mapping, paredit.
    au Filetype lisp nnoremap <buffer> S i<cr><esc>^mwgk:silent! s/\v +$//<cr>:noh<cr>`w
augroup END