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"}
|
{"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"}
|
{"key": "selector", "operator": "equal", "operand": "source.python"}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -17,4 +17,10 @@
|
|||||||
{ "keys": ["alt+w"], "command": "prev_result" },
|
{ "keys": ["alt+w"], "command": "prev_result" },
|
||||||
{ "keys": ["ctrl+alt+b"], "command": "lsp_format_document"},
|
{ "keys": ["ctrl+alt+b"], "command": "lsp_format_document"},
|
||||||
{ "keys": ["ctrl+alt+'"], "command": "lsp_document_symbols"},
|
{ "keys": ["ctrl+alt+'"], "command": "lsp_document_symbols"},
|
||||||
|
{
|
||||||
|
"keys": [
|
||||||
|
"ctrl+alt+shift+b"
|
||||||
|
],
|
||||||
|
"command": "black_file"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -27,7 +27,8 @@
|
|||||||
- sublime text - virtualenv
|
- sublime text - virtualenv
|
||||||
- sublimelinter
|
- sublimelinter
|
||||||
- sublimelinter-pycodestyle
|
- sublimelinter-pycodestyle
|
||||||
- sublimelinter-pyflakes
|
<!-- - sublimelinter-pyflakes -->
|
||||||
|
- sublimelinter - flake8
|
||||||
- sublimerepel
|
- sublimerepel
|
||||||
- virtualenv
|
- virtualenv
|
||||||
- autodocstring
|
- autodocstring
|
||||||
|
|||||||
Reference in New Issue
Block a user