mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Fix keybindings
This commit is contained in:
parent
a077533513
commit
f3e1e6df42
@ -39,16 +39,24 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "libsyntax-rust.matchingBrace",
|
"command": "libsyntax-rust.matchingBrace",
|
||||||
"key": "ctrl+shift+m",
|
|
||||||
"title": "Rust Matching Brace"
|
"title": "Rust Matching Brace"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"command": "libsyntax-rust.parentModule",
|
"command": "libsyntax-rust.parentModule",
|
||||||
"key": "ctrl+u",
|
|
||||||
"title": "Rust Parent Module"
|
"title": "Rust Parent Module"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keybindings": [
|
"keybindings": [
|
||||||
|
{
|
||||||
|
"command": "libsyntax-rust.parentModule",
|
||||||
|
"key": "ctrl+u",
|
||||||
|
"when": "editorTextFocus && editorLangId == rust"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"command": "libsyntax-rust.matchingBrace",
|
||||||
|
"key": "ctrl+shift+m",
|
||||||
|
"when": "editorTextFocus && editorLangId == rust"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"command": "libsyntax-rust.extendSelection",
|
"command": "libsyntax-rust.extendSelection",
|
||||||
"key": "ctrl+w",
|
"key": "ctrl+w",
|
||||||
|
Loading…
Reference in New Issue
Block a user