634da3fd5f01
Merge.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 30 Oct 2012 10:31:31 -0400 |
parents | e6128590d2a4 (current diff) ea2c674ffea4 (diff) |
children | e3bd494ee399 |
branches/tags | (none) |
files | vim/vimrc |
Changes
--- a/mutt/muttrc Tue Oct 30 10:31:14 2012 -0400 +++ b/mutt/muttrc Tue Oct 30 10:31:31 2012 -0400 @@ -12,7 +12,7 @@ # Editor {{{ # Use Vim to compose email, with a few default options. -set editor = "vim -c 'normal! }' -c 'redraw'" +set editor = "/usr/local/bin/vim -c 'normal! }' -c 'redraw'" # }}} # Contacts {{{
--- a/vim/vimrc Tue Oct 30 10:31:14 2012 -0400 +++ b/vim/vimrc Tue Oct 30 10:31:31 2012 -0400 @@ -802,6 +802,11 @@ augroup ft_lisp au! au FileType lisp call TurnOnLispFolding() + " au FileType lisp nnoremap <buffer> <localleader>ee mz99[(va("ry:call Send_to_Tmux(@r)<cr> + au FileType lisp nnoremap <buffer> <localleader>ee mz99[(:call SlimvEvalExp()<cr>`z + + au FileType lisp nnoremap <buffer> <localleader>tt mz99[(vab"ry:call Send_to_Tmux(@r)<cr>`z + au FileType lisp nnoremap <buffer> <localleader>tb mzggVG"ry:call Send_to_Tmux(@r)<cr>`z augroup END " }}}