# HG changeset patch # User Steve Losh # Date 1351607491 14400 # Node ID 634da3fd5f01df8a41d26a81a6dfb612d20cc260 # Parent e6128590d2a4d93a7a7cba568f6d74f3d8869e9e# Parent ea2c674ffea48c142e3fc2e9a331367bb77560f9 Merge. diff -r e6128590d2a4 -r 634da3fd5f01 mutt/muttrc --- 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 {{{ diff -r e6128590d2a4 -r 634da3fd5f01 vim/vimrc --- 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 ee mz99[(va("ry:call Send_to_Tmux(@r) + au FileType lisp nnoremap ee mz99[(:call SlimvEvalExp()`z + + au FileType lisp nnoremap tt mz99[(vab"ry:call Send_to_Tmux(@r)`z + au FileType lisp nnoremap tb mzggVG"ry:call Send_to_Tmux(@r)`z augroup END " }}}