Files
SecondBrain/.obsidian/plugins/terminal/data.json
T
2026-06-08 23:25:01 +03:00

232 lines
5.0 KiB
JSON

{
"addToCommand": true,
"addToContextMenu": true,
"createInstanceNearExistingOnes": true,
"errorNoticeTimeout": 0,
"exposeInternalModules": true,
"focusOnNewInstance": true,
"hideStatusBar": "focused",
"interceptKeysWhenFocused": true,
"interceptLogging": true,
"keymappings": [
{
"action": "sendEscapeSequence",
"actionArg": "\r",
"alt": false,
"ctrl": false,
"key": "Enter",
"meta": false,
"platform": null,
"shift": true
},
{
"action": "scrollPages",
"actionArg": -1,
"alt": false,
"ctrl": false,
"key": "PageUp",
"meta": false,
"platform": null,
"shift": false
},
{
"action": "scrollPages",
"actionArg": 1,
"alt": false,
"ctrl": false,
"key": "PageDown",
"meta": false,
"platform": null,
"shift": false
},
{
"action": "scrollToTop",
"actionArg": null,
"alt": false,
"ctrl": false,
"key": "Home",
"meta": false,
"platform": null,
"shift": false
},
{
"action": "scrollToBottom",
"actionArg": null,
"alt": false,
"ctrl": false,
"key": "End",
"meta": false,
"platform": null,
"shift": false
},
{
"action": "sendEscapeSequence",
"actionArg": "b",
"alt": true,
"ctrl": false,
"key": "ArrowLeft",
"meta": false,
"platform": "darwin",
"shift": false
},
{
"action": "sendEscapeSequence",
"actionArg": "f",
"alt": true,
"ctrl": false,
"key": "ArrowRight",
"meta": false,
"platform": "darwin",
"shift": false
},
{
"action": "sendHexCode",
"actionArg": "01",
"alt": false,
"ctrl": false,
"key": "ArrowLeft",
"meta": true,
"platform": "darwin",
"shift": false
},
{
"action": "sendHexCode",
"actionArg": "05",
"alt": false,
"ctrl": false,
"key": "ArrowRight",
"meta": true,
"platform": "darwin",
"shift": false
},
{
"action": "sendHexCode",
"actionArg": "17",
"alt": true,
"ctrl": false,
"key": "Backspace",
"meta": false,
"platform": "darwin",
"shift": false
},
{
"action": "sendHexCode",
"actionArg": "15",
"alt": false,
"ctrl": false,
"key": "Backspace",
"meta": true,
"platform": "darwin",
"shift": false
},
{
"action": "sendEscapeSequence",
"actionArg": "d",
"alt": true,
"ctrl": false,
"key": "Delete",
"meta": false,
"platform": "darwin",
"shift": false
}
],
"language": "",
"macOSOptionKeyPassthrough": true,
"newInstanceBehavior": "newHorizontalSplit",
"noticeTimeout": 5,
"openChangelogOnUpdate": true,
"pinNewInstance": false,
"preferredRenderer": "webgl",
"profiles": {
"developerConsole": {
"followTheme": true,
"name": "",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "developerConsole"
},
"linuxExternalDefault": {
"args": [],
"environment": [],
"executable": "xterm",
"followTheme": true,
"name": "",
"platforms": {
"linux": true
},
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "external"
},
"linuxIntegratedDefault": {
"args": [],
"environment": [],
"executable": "/bin/sh",
"followTheme": true,
"name": "",
"platforms": {
"linux": true
},
"pythonExecutable": "python3",
"restoreHistory": false,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": true
},
"7004edff-76db-412f-95d3-5fd8e180d055": {
"args": [
"--login"
],
"environment": [],
"executable": "/usr/bin/zsh",
"followTheme": true,
"name": "ZSH",
"platforms": {
"darwin": false,
"linux": true
},
"pythonExecutable": "python3",
"restoreHistory": true,
"rightClickAction": "copyPaste",
"successExitCodes": [
"0",
"SIGINT",
"SIGTERM"
],
"terminalOptions": {
"fontFamily": "FiraCode Nerd Font Mono",
"documentOverride": null
},
"type": "integrated",
"useWin32Conhost": false
}
},
"defaultProfile": "7004edff-76db-412f-95d3-5fd8e180d055",
"terminalOptions": {
"documentOverride": null
}
}