603bb1ae9da2

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Dec 2014 21:59:14 -0500
parents 70b6d271f34d (diff) c8b7d567fbc1 (current diff)
children 954e95288732
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Tue Dec 02 16:11:18 2014 -0800
+++ b/vim/vimrc	Thu Dec 18 21:59:14 2014 -0500
@@ -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