vim/after/plugin/paredit.vim @ 8a1376b77b80

its a bird its a plane no its just a plane actually
author Steve Losh <steve@stevelosh.com>
date Thu, 21 Jan 2016 15:50:58 +0000
parents 4fd7ed35c546
children 9062792cfda3
augroup unmap_paredit_bullshit
    au!

    " Quit fucking with my split-line mapping, paredit.
    au Filetype lisp,clojure,gdl 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,clojure,gdl nunmap <buffer> s
augroup END