Files
sublime/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap
2019-11-23 01:34:04 +00:00

27 lines
1.0 KiB
Plaintext

[
{
"command": "anaconda_goto", "keys": ["shift+alt+g"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{
"command": "anaconda_doc", "keys": ["shift+alt+d"], "context": [
{"key": "selector", "operator": "equal", "operand": "source.python"}
]
},
{ "keys": ["alt+s"], "command": "lsp_show_diagnostics_panel" },
{ "keys": ["alt+g"], "command": "lsp_symbol_definition"},
{ "keys": ["alt+d"], "command": "lsp_hover" },
{ "keys": ["alt+r"], "command": "lsp_symbol_rename" },
{ "keys": ["alt+q"], "command": "next_result" },
{ "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"
},
]