mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
🪟: Add pathlib, PowerShell Password Script
This commit is contained in:
parent
684f694d23
commit
1a0f4a01a4
3 changed files with 81 additions and 29 deletions
|
|
@ -3,14 +3,6 @@
|
|||
"$schema": "https://aka.ms/terminal-profiles-schema",
|
||||
"actions":
|
||||
[
|
||||
{
|
||||
"command":
|
||||
{
|
||||
"action": "copy",
|
||||
"singleLine": false
|
||||
},
|
||||
"keys": "ctrl+c"
|
||||
},
|
||||
{
|
||||
"command": "unbound",
|
||||
"keys": "alt+shift+plus"
|
||||
|
|
@ -47,6 +39,22 @@
|
|||
"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"
|
||||
|
|
@ -60,12 +68,8 @@
|
|||
"keys": "ctrl+shift+k"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
"action": "moveFocus",
|
||||
"direction": "up"
|
||||
},
|
||||
"keys": "ctrl+k"
|
||||
"command": "find",
|
||||
"keys": "ctrl+shift+f"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
|
|
@ -75,10 +79,6 @@
|
|||
},
|
||||
"keys": "ctrl+shift+h"
|
||||
},
|
||||
{
|
||||
"command": "find",
|
||||
"keys": "ctrl+shift+f"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
|
|
@ -88,14 +88,6 @@
|
|||
},
|
||||
"keys": "alt+shift+d"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
"action": "moveFocus",
|
||||
"direction": "down"
|
||||
},
|
||||
"keys": "ctrl+j"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
|
|
@ -104,6 +96,14 @@
|
|||
},
|
||||
"keys": "alt+shift+/"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
"action": "moveFocus",
|
||||
"direction": "down"
|
||||
},
|
||||
"keys": "ctrl+j"
|
||||
},
|
||||
{
|
||||
"command":
|
||||
{
|
||||
|
|
@ -159,8 +159,8 @@
|
|||
{
|
||||
"face": "CaskaydiaCove Nerd Font"
|
||||
},
|
||||
"opacity": 95,
|
||||
"useAcrylic": true
|
||||
"opacity": 100,
|
||||
"useAcrylic": false
|
||||
},
|
||||
"list":
|
||||
[
|
||||
|
|
@ -171,7 +171,7 @@
|
|||
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
||||
"hidden": false,
|
||||
"name": "PowerShell",
|
||||
"opacity": 30,
|
||||
"opacity": 100,
|
||||
"scrollbarState": "hidden",
|
||||
"source": "Windows.Terminal.PowershellCore",
|
||||
"useAcrylic": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue