We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed1518 commit a5ecf5eCopy full SHA for a5ecf5e
Public/Enable-AIShortCutKey.ps1
@@ -2,7 +2,10 @@ function Enable-AIShortCutKey {
2
<#
3
.SYNOPSIS
4
Enable the Ctrl+g shortcut key for getting completions
5
-
+ .DESCRIPTION
6
+ Running this command will make 'CTRL+G' convert a prompt suggestion into code you could run.
7
+ .LINK
8
+ Disable-AIShortcutKey
9
.EXAMPLE
10
Enable-AIShortCutKey
11
#>
0 commit comments