Add missing space between gd key sequence
This commit is contained in:
parent
52c5449659
commit
05e9e72d5b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue