various updates, mainly hyprland
This commit is contained in:
@ -224,4 +224,12 @@
|
||||
"key": "ctrl+up",
|
||||
"command": "jupyter.gotoPrevCellInFile"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+a a",
|
||||
"command": "editor.action.selectAll"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+a",
|
||||
"command": "-editor.action.selectAll"
|
||||
},
|
||||
]
|
||||
@ -104,4 +104,5 @@
|
||||
"hexeditor.defaultEndianness": "little",
|
||||
"hexeditor.inspectorType": "aside",
|
||||
"typst-lsp.exportPdf": "onType",
|
||||
"python.createEnvironment.trigger": "off",
|
||||
}
|
||||
Reference in New Issue
Block a user