Update symbol lookup binding
This commit is contained in:
parent
05e9e72d5b
commit
96f7dfd5ac
1 changed files with 8 additions and 8 deletions
|
@ -74,17 +74,17 @@ tools.
|
||||||
|
|
||||||
* Appendix
|
* Appendix
|
||||||
** Commands
|
** Commands
|
||||||
| Command | Key | Description |
|
| 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= |
|
|
||||||
| =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 |
|
| =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
|
** 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