diff --git a/Keymaps/Default (Linux).sublime-keymap b/Keymaps/Default (Linux).sublime-keymap index 9fb82340a..c85ffbb88 100644 --- a/Keymaps/Default (Linux).sublime-keymap +++ b/Keymaps/Default (Linux).sublime-keymap @@ -64,5 +64,5 @@ // {"keys": ["UNBOUND"], "command": "lsp_hover", "context": [{"key": "setting.lsp_active"}]}, // Expand Selection (a replacement for ST's "Expand Selection") - // {"keys": ["ctrl+shift+a"], "command": "lsp_expand_selection", "context": [{"key": "setting.lsp_active"}]}, + // {"keys": ["UNBOUND"], "command": "lsp_expand_selection", "context": [{"key": "setting.lsp_active"}]}, ] diff --git a/Keymaps/Default (OSX).sublime-keymap b/Keymaps/Default (OSX).sublime-keymap index edbce0ff7..5d7d04fd2 100644 --- a/Keymaps/Default (OSX).sublime-keymap +++ b/Keymaps/Default (OSX).sublime-keymap @@ -64,5 +64,5 @@ // {"keys": ["UNBOUND"], "command": "lsp_hover", "context": [{"key": "setting.lsp_active"}]}, // Expand Selection (a replacement for ST's "Expand Selection") - // {"keys": ["super+shift+a"], "command": "lsp_expand_selection", "context": [{"key": "setting.lsp_active"}]}, + // {"keys": ["UNBOUND"], "command": "lsp_expand_selection", "context": [{"key": "setting.lsp_active"}]}, ] diff --git a/Keymaps/Default (Windows).sublime-keymap b/Keymaps/Default (Windows).sublime-keymap index 9fb82340a..c85ffbb88 100644 --- a/Keymaps/Default (Windows).sublime-keymap +++ b/Keymaps/Default (Windows).sublime-keymap @@ -64,5 +64,5 @@ // {"keys": ["UNBOUND"], "command": "lsp_hover", "context": [{"key": "setting.lsp_active"}]}, // Expand Selection (a replacement for ST's "Expand Selection") - // {"keys": ["ctrl+shift+a"], "command": "lsp_expand_selection", "context": [{"key": "setting.lsp_active"}]}, + // {"keys": ["UNBOUND"], "command": "lsp_expand_selection", "context": [{"key": "setting.lsp_active"}]}, ]