dotfiles/files/.vim/ftplugin/ocaml.vim

5 lines
134 B
VimL
Raw Normal View History

2017-03-07 00:03:38 +01:00
" Few more key bindings definitions for Merlin
nnoremap <LocalLeader>l :MerlinLocate<CR>
nnoremap <LocalLeader>d :MerlinDestruct<CR>