vim/after/plugin/paredit.vim @ 3d37ca22c5c5
bpollack/use-command-to-explicitly-call-ag-and-us-1442506830050
Use command to explicitly call ag, and use compound if block
author |
Benjamin Pollack <benjamin@bitquabit.com> |
date |
Thu, 17 Sep 2015 16:20:42 +0000 |
parents |
4fd7ed35c546 |
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