# HG changeset patch # User Steve Losh # Date 1351358286 14400 # Node ID 9169a378ff4a7d2c4b1fd34824765edb32fb211d # Parent 5c3e382e21aed2fadc94da6d3fb00a9207312f60 Map a few extra keys for Lisp files. diff -r 5c3e382e21ae -r 9169a378ff4a vim/vimrc --- 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 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 " }}}