mirror of
https://github.com/ollama/ollama.git
synced 2026-04-30 17:58:49 -05:00
feature: add ctrl-g to allow users to use an editor to edit their prompt (#14197)
This commit is contained in:
5
cmd/editor_windows.go
Normal file
5
cmd/editor_windows.go
Normal file
@@ -0,0 +1,5 @@
|
||||
//go:build windows
|
||||
|
||||
package cmd
|
||||
|
||||
const defaultEditor = "edit"
|
||||
Reference in New Issue
Block a user