Sync from Windows

This commit is contained in:
js0ny 2024-08-09 16:16:17 +08:00
parent 6c98bed099
commit 29c17de18f
3 changed files with 60 additions and 61 deletions

View file

@ -3,6 +3,14 @@
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "unbound",
"keys": "alt+shift+plus"
@ -39,22 +47,6 @@
"command": "unbound",
"keys": "alt+shift+left"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command":
{
"action": "moveFocus",
"direction": "up"
},
"keys": "ctrl+k"
},
{
"command": "paste",
"keys": "ctrl+v"
@ -68,8 +60,12 @@
"keys": "ctrl+shift+k"
},
{
"command": "find",
"keys": "ctrl+shift+f"
"command":
{
"action": "moveFocus",
"direction": "up"
},
"keys": "ctrl+k"
},
{
"command":
@ -79,6 +75,10 @@
},
"keys": "ctrl+shift+h"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command":
{
@ -88,14 +88,6 @@
},
"keys": "alt+shift+d"
},
{
"command":
{
"action": "splitPane",
"split": "right"
},
"keys": "alt+shift+/"
},
{
"command":
{
@ -104,6 +96,14 @@
},
"keys": "ctrl+j"
},
{
"command":
{
"action": "splitPane",
"split": "right"
},
"keys": "alt+shift+/"
},
{
"command":
{
@ -158,7 +158,9 @@
"font":
{
"face": "CaskaydiaCove Nerd Font"
}
},
"opacity": 95,
"useAcrylic": true
},
"list":
[
@ -169,9 +171,10 @@
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"opacity": 100,
"opacity": 30,
"scrollbarState": "hidden",
"source": "Windows.Terminal.PowershellCore"
"source": "Windows.Terminal.PowershellCore",
"useAcrylic": true
},
{
"guid": "{3c5d580b-1c52-55ce-89c9-57119457e5a7}",