Skip to content

Commit a5ecf5e

Browse files
author
James Brundage
committed
Enable-AIShortCutKey: Minor Help Fixes (Fixes #56)
1 parent 5ed1518 commit a5ecf5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Public/Enable-AIShortCutKey.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ function Enable-AIShortCutKey {
22
<#
33
.SYNOPSIS
44
Enable the Ctrl+g shortcut key for getting completions
5-
5+
.DESCRIPTION
6+
Running this command will make 'CTRL+G' convert a prompt suggestion into code you could run.
7+
.LINK
8+
Disable-AIShortcutKey
69
.EXAMPLE
710
Enable-AIShortCutKey
811
#>

0 commit comments

Comments
 (0)