Add missing space between gd key sequence

This commit is contained in:
Shon Feder 2021-01-01 14:04:57 -05:00
parent 52c5449659
commit 05e9e72d5b

View file

@ -76,7 +76,6 @@ tools.
** Commands ** Commands
| Command | Key | Description | | Command | Key | Description |
|------------------------------+-----------+-----------------------------------------------------------| |------------------------------+-----------+-----------------------------------------------------------|
| =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 |
| =merlin-imenu= | =SPC / i= | symbol lookup in file | | =merlin-imenu= | =SPC / i= | symbol lookup in file |
@ -85,6 +84,7 @@ tools.
| =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 | | =merlin-type-enclosing= | =<localleader> t= | display type under point |
| =tuareg-find-alternate-file= | =<localleader> a= | switch between =.ml= and =.mli= | | =tuareg-find-alternate-file= | =<localleader> a= | switch between =.ml= and =.mli= |
| =merlin-locate= | =g d= | lookup definition |
** 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