summaryrefslogtreecommitdiff
path: root/powershell/Microsoft.PowerShell_profile.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'powershell/Microsoft.PowerShell_profile.ps1')
-rw-r--r--powershell/Microsoft.PowerShell_profile.ps11
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'
Back to https://optics-design.com