--- 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
" }}}