From 96f7dfd5ac5a8425d272816fce013f538efe5586 Mon Sep 17 00:00:00 2001 From: Shon Feder Date: Fri, 1 Jan 2021 14:22:21 -0500 Subject: [PATCH] Update symbol lookup binding --- modules/lang/ocaml/README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/lang/ocaml/README.org b/modules/lang/ocaml/README.org index acfd69d76..fa4f55586 100644 --- a/modules/lang/ocaml/README.org +++ b/modules/lang/ocaml/README.org @@ -74,17 +74,17 @@ tools. * Appendix ** Commands - | Command | Key | Description | - |------------------------------+-----------+-----------------------------------------------------------| - | =merlin-occurences= | =SPC c D= | lookup references | - | =merlin-document= | =K= | lookup documentation | - | =merlin-imenu= | =SPC / i= | symbol lookup in file | - | =merlin-iedit-occurrences= | =v R= | visual refactor identifier under point (multiple cursors) | - | =utop= | =SPC o r= | open =utop= as REPL | - | =utop-eval-region= | =SPC c e= | evaluate selected region in =utop= | + | Command | Key | Description | + |------------------------------+-------------------+-----------------------------------------------------------| | =merlin-type-enclosing= | = t= | display type under point | | =tuareg-find-alternate-file= | = a= | switch between =.ml= and =.mli= | | =merlin-locate= | =g d= | lookup definition | + | =merlin-occurences= | =SPC c D= | lookup references | + | =merlin-document= | =K= | lookup documentation | + | =merlin-imenu= | =SPC s i= | symbol lookup in file | + | =merlin-iedit-occurrences= | =v R= | visual refactor identifier under point (multiple cursors) | + | =utop= | =SPC o r= | open =utop= as REPL | + | =utop-eval-region= | =SPC c e= | evaluate selected region in =utop= | ** Hacks + =set-ligatures!= is called with the full tuareg prettify symbol list, this