12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
[
|
|
{ "keys": ["super+alt+n"], "command": "advanced_new_file"},
|
|
{ "keys": ["shift+super+alt+n"], "command": "advanced_new_file", "args": {"is_python": true}},
|
|
{
|
|
"keys": ["tab"],
|
|
"command": "insert",
|
|
"args": {"characters": "\t"},
|
|
"context": [{
|
|
"key": "setting.anf_panel"
|
|
}]
|
|
}
|
|
] |