4fd7ed35c546
fuck off paredit
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Mon, 14 Sep 2015 11:52:35 +0000 | 
| parents | 0f635ab417a7 | 
| children | edb16e900070 3d37ca22c5c5 | 
| branches/tags | (none) | 
| files | vim/after/plugin/paredit.vim | 
Changes
--- a/vim/after/plugin/paredit.vim Fri Sep 11 14:11:55 2015 +0000 +++ b/vim/after/plugin/paredit.vim Mon Sep 14 11:52:35 2015 +0000 @@ -3,4 +3,7 @@ " 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