vim/after/plugin/paredit.vim @ 4fd7ed35c546

fuck off paredit
author Steve Losh <steve@stevelosh.com>
date Mon, 14 Sep 2015 11:52:35 +0000
parents 761550d1394f
children 8a1376b77b80
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

    " Also quit fucking with my save file mapping.
    au FileType lisp nunmap <buffer> s
augroup END