Skip to content

Commit

Permalink
Do not suggest to replace ctrl+shift+a as it can mask the old keybind…
Browse files Browse the repository at this point in the history
…ing when the server is not a selectionRangeProvider
  • Loading branch information
rwols committed Jun 6, 2020
1 parent b1a0c22 commit eddda96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Keymaps/Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]},
]
2 changes: 1 addition & 1 deletion Keymaps/Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]},
]
2 changes: 1 addition & 1 deletion Keymaps/Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -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"}]},
]

0 comments on commit eddda96

Please sign in to comment.