Answers for "html sublime text shortcut"

1

html build system sublime text 3

{
    "cmd": ["C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe", "$file"]
}
Posted by: Guest on February-16-2021
0

aliginng code short cut in sublime

{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false} }
Posted by: Guest on August-25-2020
-1

sublime text comment shortcut

# Workaround for sublime comment bug:
Goto Preferences -> Key Bindings and paste this in
{ "keys": ["ctrl+7"], "command": "toggle_comment", "args": { "block": false } },
{ "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": true } }
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language