vim/after/plugin/paredit.vim @ 0112fc0dd59d

refactor shit
author Steve Losh <steve@stevelosh.com>
date Tue, 24 Jun 2014 09:47:11 -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