Ricky55
2/6/2018 - 1:49 PM

Change Keyboard Bindings in Sublime Text

Change Keyboard Bindings in Sublime Text

[
	{
        "keys": [
            "tab"
        ], 
        "args": {
            "action": "expand_abbreviation"
        }, 
        "command": "run_emmet_action", 
        "context": [
            {
                "key": "emmet_action_enabled.expand_abbreviation"
            }
        ]
    }
]