updating python config and keybindings
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[
|
||||
{
|
||||
"command": "anaconda_goto", "keys": ["alt+g"], "context": [
|
||||
"command": "anaconda_goto", "keys": ["shift+alt+g"], "context": [
|
||||
{"key": "selector", "operator": "equal", "operand": "source.python"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"command": "anaconda_doc", "keys": ["alt+d"], "context": [
|
||||
"command": "anaconda_doc", "keys": ["shift+alt+d"], "context": [
|
||||
{"key": "selector", "operator": "equal", "operand": "source.python"}
|
||||
]
|
||||
},
|
||||
@@ -17,4 +17,10 @@
|
||||
{ "keys": ["alt+w"], "command": "prev_result" },
|
||||
{ "keys": ["ctrl+alt+b"], "command": "lsp_format_document"},
|
||||
{ "keys": ["ctrl+alt+'"], "command": "lsp_document_symbols"},
|
||||
{
|
||||
"keys": [
|
||||
"ctrl+alt+shift+b"
|
||||
],
|
||||
"command": "black_file"
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user