vim/after/plugin/paredit.vim @ 761550d1394f

more shit
author Steve Losh <steve@stevelosh.com>
date Tue, 28 Jan 2014 11:46:23 -0500
parents (none)
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