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