954e95288732

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 14 May 2015 11:06:43 -0400
parents d077c6911044 (current diff) 603bb1ae9da2 (diff)
children d0382bc711a0 c39a8470f5fc
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Thu May 14 11:06:21 2015 -0400
+++ b/vim/vimrc	Thu May 14 11:06:43 2015 -0400
@@ -1176,6 +1176,15 @@
 augroup END
 
 " }}}
+" OCaml {{{
+
+augroup ft_ocaml
+    au!
+
+    au FileType ocaml nnoremap <buffer> <silent> <localleader>e vip:SendSelectionToTmux<cr>
+augroup END
+
+" }}}
 " OrgMode {{{
 
 augroup ft_org