From f5c13712cb7a2affd8f6d4cca1c5fbfbe2be9c86 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 25 Oct 2023 23:29:45 -0500 Subject: [PATCH] fzf: edit file immediately and keep in history --- fish/conf.d/fzf.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/fish/conf.d/fzf.fish b/fish/conf.d/fzf.fish index 1341b74..10e71d9 100644 --- a/fish/conf.d/fzf.fish +++ b/fish/conf.d/fzf.fish @@ -29,6 +29,7 @@ function __fzf_files switch $key case ctrl-e commandline -r "edit $file" + commandline -f execute case '*' commandline -i $file end