This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "global": { "show_in_menu_bar": false }, | |
| "profiles": [ | |
| { | |
| "devices": [ | |
| { | |
| "identifiers": { | |
| "is_keyboard": true, | |
| "is_pointing_device": true, | |
| "product_id": 45913, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| // Custom | |
| { | |
| "key": "shift+alt+up", | |
| "command": "editor.action.insertCursorAbove", | |
| "when": "editorTextFocus" | |
| }, | |
| { | |
| "key": "shift+alt+down", | |
| "command": "editor.action.insertCursorBelow", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Ansi 7 Color (Light)" : { | |
| "Red Component" : 0.7810397744178772, | |
| "Color Space" : "sRGB", | |
| "Blue Component" : 0.78104829788208008, | |
| "Alpha Component" : 1, | |
| "Green Component" : 0.78105825185775757 | |
| }, | |
| "Ansi 15 Color (Light)" : { | |
| "Red Component" : 0.99999600648880005, |
OlderNewer