diff options
author | Aleksey Kladov <[email protected]> | 2019-07-21 17:08:05 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-07-21 17:08:05 +0100 |
commit | d690249bc81bc265cb3d1836c2922325f4fdb8af (patch) | |
tree | ab359100e1927932229112a70f4d67b9005bc011 | |
parent | 443061e75260e55bbaa741c5c85377b8d5c57e47 (diff) |
Remove obsolete keybinding
-rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 2ed321069..ea74ab85a 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -141,11 +141,6 @@ | |||
141 | "when": "editorTextFocus && editorLangId == rust" | 141 | "when": "editorTextFocus && editorLangId == rust" |
142 | }, | 142 | }, |
143 | { | 143 | { |
144 | "command": "rust-analyzer.extendSelection", | ||
145 | "key": "shift+alt+right", | ||
146 | "when": "editorTextFocus && editorLangId == rust" | ||
147 | }, | ||
148 | { | ||
149 | "command": "rust-analyzer.joinLines", | 144 | "command": "rust-analyzer.joinLines", |
150 | "key": "ctrl+shift+j", | 145 | "key": "ctrl+shift+j", |
151 | "when": "editorTextFocus && editorLangId == rust" | 146 | "when": "editorTextFocus && editorLangId == rust" |