fzf: edit file immediately and keep in history

This commit is contained in:
Charles Gould 2023-10-25 23:29:45 -05:00
parent c2ca54c8ad
commit f5c13712cb

View File

@ -29,6 +29,7 @@ function __fzf_files
switch $key
case ctrl-e
commandline -r "edit $file"
commandline -f execute
case '*'
commandline -i $file
end