We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef73510 commit 5ed1518Copy full SHA for 5ed1518
Public/Disable-AIShortCutKey.ps1
@@ -2,7 +2,10 @@ function Disable-AIShortCutKey {
2
<#
3
.SYNOPSIS
4
Disable the Ctrl+g shortcut key for getting completions
5
-
+ .DESCRIPTION
6
+ Disables CTRL+G as the shortcut key for completing code.
7
+ .LINK
8
+ Enable-AIShortcutKey
9
.EXAMPLE
10
Disable-AIShortCutKey
11
#>
0 commit comments