Move language-specific debugging docs to the page for each language (#33692)
Release Notes: - N/A
This commit is contained in:
parent
0e2e5b8b0d
commit
b7bfdd3383
13 changed files with 411 additions and 345 deletions
|
@ -1944,17 +1944,17 @@ Example:
|
|||
|
||||
1. Maps to `Alt` on Linux and Windows and to `Option` on MacOS:
|
||||
|
||||
```jsonc
|
||||
```json
|
||||
{
|
||||
"multi_cursor_modifier": "alt",
|
||||
"multi_cursor_modifier": "alt"
|
||||
}
|
||||
```
|
||||
|
||||
2. Maps `Control` on Linux and Windows and to `Command` on MacOS:
|
||||
|
||||
```jsonc
|
||||
```json
|
||||
{
|
||||
"multi_cursor_modifier": "cmd_or_ctrl", // alias: "cmd", "ctrl"
|
||||
"multi_cursor_modifier": "cmd_or_ctrl" // alias: "cmd", "ctrl"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue