4343e98d1a78

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 27 Oct 2012 13:19:34 -0400
parents 9169a378ff4a (diff) 9ab67e2c6262 (current diff)
children ea2c674ffea4
branches/tags (none)
files vim/vimrc

Changes

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