# HG changeset patch # User Steve Losh # Date 1351358374 14400 # Node ID 4343e98d1a78e4636a6369aeb1856216ef91d0fb # Parent 9169a378ff4a7d2c4b1fd34824765edb32fb211d# Parent 9ab67e2c62628dbefef4d2be449591cb46eaeed2 Merge. diff -r 9ab67e2c6262 -r 4343e98d1a78 vim/vimrc --- a/vim/vimrc Sat Oct 13 14:26:32 2012 -0400 +++ b/vim/vimrc Sat Oct 27 13:19:34 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 " }}}