70b6d271f34d
ocamlol
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 18 Dec 2014 21:59:00 -0500 | 
| parents | e6f6389e598f | 
| children | 603bb1ae9da2 | 
| branches/tags | (none) | 
| files | vim/vimrc | 
Changes
--- a/vim/vimrc Thu Jul 10 11:56:05 2014 -0400 +++ b/vim/vimrc Thu Dec 18 21:59:00 2014 -0500 @@ -1128,6 +1128,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