vim/after/plugin/paredit.vim @ f93fd42c8df8

(s)i(gh)python
author Steve Losh <steve@stevelosh.com>
date Wed, 19 Aug 2015 17:33:27 +0000
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