From eddda963a7a656c9a14a99035ce2ce47fda69c6e Mon Sep 17 00:00:00 2001 From: Raoul Wols Date: Sat, 6 Jun 2020 15:08:15 +0200 Subject: [PATCH] Do not suggest to replace ctrl+shift+a as it can mask the old keybinding when the server is not a selectionRangeProvider --- Keymaps/Default (Linux).sublime-keymap | 2 +- Keymaps/Default (OSX).sublime-keymap | 2 +- Keymaps/Default (Windows).sublime-keymap | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"}]}, ]