docs(javascript): fix tide-rename-symbol binding

This commit is contained in:
Tuomo Virolainen 2021-09-16 10:21:31 +03:00 committed by Henrik Lissner
parent abd07c2793
commit 7b325e65f0

View file

@ -81,7 +81,7 @@ The =:completion company= module uses =company-prescient= to sort completion by
|-------------------------+------------------+------------------------|
| ~tide-restart-server~ | =SPC m R= | Restart tide server |
| ~tide-reformat~ | =SPC m f= | Reformat region |
| ~tide-rename-symbol~ | =SPC m r s= | Rename symbol at point |
| ~tide-rename-symbol~ | =SPC m r r s= | Rename symbol at point |
| ~tide-organize-imports~ | =SPC m r o i= | Organize imports |
*** Refactoring (js2-refactor-mode)
| command | key / ex command | description |