Update to document localleader instead of SPC m

This commit is contained in:
Shon Feder 2021-01-01 14:04:19 -05:00
parent 0c9256411d
commit 52c5449659

View file

@ -76,8 +76,6 @@ tools.
** Commands ** Commands
| Command | Key | Description | | Command | Key | Description |
|------------------------------+-----------+-----------------------------------------------------------| |------------------------------+-----------+-----------------------------------------------------------|
| =merlin-type-enclosing= | =SPC m t= | display type under point |
| =tuareg-find-alternate-file= | =SPC m a= | switch between =.ml= and =.mli= |
| =merlin-locate= | =gd= | lookup definition | | =merlin-locate= | =gd= | lookup definition |
| =merlin-occurences= | =SPC c D= | lookup references | | =merlin-occurences= | =SPC c D= | lookup references |
| =merlin-document= | =K= | lookup documentation | | =merlin-document= | =K= | lookup documentation |
@ -85,6 +83,8 @@ tools.
| =merlin-iedit-occurrences= | =v R= | visual refactor identifier under point (multiple cursors) | | =merlin-iedit-occurrences= | =v R= | visual refactor identifier under point (multiple cursors) |
| =utop= | =SPC o r= | open =utop= as REPL | | =utop= | =SPC o r= | open =utop= as REPL |
| =utop-eval-region= | =SPC c e= | evaluate selected region in =utop= | | =utop-eval-region= | =SPC c e= | evaluate selected region in =utop= |
| =merlin-type-enclosing= | =<localleader> t= | display type under point |
| =tuareg-find-alternate-file= | =<localleader> a= | switch between =.ml= and =.mli= |
** Hacks ** Hacks
+ =set-ligatures!= is called with the full tuareg prettify symbol list, this + =set-ligatures!= is called with the full tuareg prettify symbol list, this