aliginng code short cut in sublime
{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false} }
aliginng code short cut in sublime
{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false} }
shortcut for auto format in sublime text 3
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
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 } }
aliginng code short cut in sublime
{ "keys": ["f12"], "command": "reindent", "args": {"single_line": false} }
shortcut for auto format in sublime text 3
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
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 } }
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us