feature: add ctrl-g to allow users to use an editor to edit their prompt (#14197)

This commit is contained in:
Patrick Devine
2026-02-11 13:04:41 -08:00
committed by GitHub
parent f08427c138
commit 0aaf6119ec
7 changed files with 124 additions and 1 deletions

5
cmd/editor_windows.go Normal file
View File

@@ -0,0 +1,5 @@
//go:build windows
package cmd
const defaultEditor = "edit"