[ { "command": "anaconda_goto", "keys": ["alt+g"], "context": [ {"key": "selector", "operator": "equal", "operand": "source.python"} ] }, { "command": "anaconda_doc", "keys": ["alt+d"], "context": [ {"key": "selector", "operator": "equal", "operand": "source.python"} ] }, { "keys": ["alt+p"], "command": "lsp_hover" }, { "keys": ["alt+d"], "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"}, ]