Files
sublime/.config/sublime-text-3/Packages/User/Default (OSX).sublime-keymap
dtomlinson@panaetius.co.uk fb3ebd3bb8 updating mac keybinds
2019-11-21 01:50:23 +00:00

21 lines
905 B
Plaintext

[
{
"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+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"},
]