viernes, 19 de octubre de 2018

La key binding para comentar no funciona en Sublime

En preferencias> key binding añadimos es siguiente codigo y listo!

[
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
]

No hay comentarios:

Publicar un comentario