Map a few extra keys for Lisp files.
    
        | author | 
        Steve Losh <steve@stevelosh.com> | 
    
    
        | date | 
        Sat, 27 Oct 2012 13:18:06 -0400 | 
    
    
    
        | parents | 
        5c3e382e21ae 
 | 
    
    
        | children | 
        4343e98d1a78
 | 
    
    
        | branches/tags | 
        (none) | 
    
    
        | files | 
        vim/vimrc  | 
    
Changes
    
--- a/vim/vimrc	Wed Oct 10 16:26:44 2012 -0400
+++ b/vim/vimrc	Sat Oct 27 13:18:06 2012 -0400
@@ -806,6 +806,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
 
 " }}}