updating python config and keybindings

This commit is contained in:
dtomlinson@panaetius.co.uk
2019-11-23 01:34:04 +00:00
parent aac87544d7
commit 21c726f557
2 changed files with 10 additions and 3 deletions

View File

@@ -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"
},
]

View File

@@ -27,7 +27,8 @@
- sublime text - virtualenv
- sublimelinter
- sublimelinter-pycodestyle
- sublimelinter-pyflakes
<!-- - sublimelinter-pyflakes -->
- sublimelinter - flake8
- sublimerepel
- virtualenv
- autodocstring