addyosmani / addyosmani/sublime-fixmyjs
Documentation error: keyboard shortcut command is `fix`
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 248
- Forks
- 11
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I tried adding a keyboard shortcut as per the docs:
```
{ "keys": ["alt+super+j"], "command": "fixmyjs" }
```
This didn't work and then I realised that the command name is actually `fix`: https://github.com/addyosmani/sublime-fixmyjs/blob/71c245f3a8dfc6c950c70b235fc357ac8053f94e/FixMyJS.sublime-commands
When I tried:
```
{ "keys": ["alt+super+j"], "command": "fix" }
```
It worked! :smile:
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.