diff options
author | admin <contact@optics-design.com> | 2025-05-08 23:01:45 +0200 |
---|---|---|
committer | admin <contact@optics-design.com> | 2025-05-08 23:01:45 +0200 |
commit | 681468ea7f56624ca869e7ba859f4457a8412cc3 (patch) | |
tree | 6c8445f31a36d2515133c9046cfc7e1daebb8a2f /powershell | |
parent | bf3c232d2c16f9e1504fc042792f32302a8a1f9e (diff) |
added kinesis360 keyboard hotkeys
Diffstat (limited to 'powershell')
-rw-r--r-- | powershell/Microsoft.PowerShell_profile.ps1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/powershell/Microsoft.PowerShell_profile.ps1 b/powershell/Microsoft.PowerShell_profile.ps1 index d761ddc..e9a1b38 100644 --- a/powershell/Microsoft.PowerShell_profile.ps1 +++ b/powershell/Microsoft.PowerShell_profile.ps1 @@ -23,6 +23,7 @@ Set-PSReadLineOption -EditMode Emacs ` }
$PSStyle.FileInfo.Directory = "`e[38;2;255;191;0m"
Set-PSReadLineKeyHandler -Key Ctrl+Spacebar -Function AcceptSuggestion #ForwardWord
+Set-PSReadLineKeyHandler -Chord 'Ctrl+i' -Function MenuComplete
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+g' -PSReadlineChordReverseHistory 'Ctrl+r'
|