vim/after/plugin/paredit.vim @ 7e5a8f221df6

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Jul 2015 10:41:37 -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