Update options and key combinations

This commit is contained in:
László Károlyi 2022-01-10 13:13:48 +01:00
parent d65b794c97
commit 3c30d309a7
Signed by: karolyi
GPG key ID: 2DCAF25E55735BFE
2 changed files with 8 additions and 6 deletions

View file

@ -35,11 +35,11 @@
}
]
},
// Code action
// LSP hover by keycombination
{
"command": "lsp_code_actions",
"command": "lsp_hover",
"keys": [
"super+."
"super+.",
],
"context": [
{
@ -49,10 +49,11 @@
},
]
},
// Code action
{
"command": "lsp_hover",
"command": "lsp_code_actions",
"keys": [
"alt+.",
"super+/"
],
"context": [
{
@ -61,5 +62,5 @@
"operand": "codeActionProvider"
},
]
}
},
]

View file

@ -67,4 +67,5 @@
/*"material_theme_contrast_mode": true,*/
/*"material_theme_contrast_mode": true,*/
/*"material_theme_contrast_mode": true,*/
"preview_on_click": true,
}