From 83b603390683d49ff75b72d142b4dba4b5186d73 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 10 May 2024 01:40:56 +0900 Subject: Add --tmux option to replace fzf-tmux script --- src/functions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/functions.go') diff --git a/src/functions.go b/src/functions.go index f16371a2..8d29db74 100644 --- a/src/functions.go +++ b/src/functions.go @@ -7,7 +7,7 @@ import ( ) func writeTemporaryFile(data []string, printSep string) string { - f, err := os.CreateTemp("", "fzf-preview-*") + f, err := os.CreateTemp("", "fzf-temp-*") if err != nil { // Unable to create temporary file // FIXME: Should we terminate the program? -- cgit v1.2.3