fzf: edit file immediately and keep in history
1 files changed, 1 insertions(+), 0 deletions(-) M fish/conf.d/fzf.fish
M fish/conf.d/fzf.fish => fish/conf.d/fzf.fish +1 -0
@@ 29,6 29,7 @@ function __fzf_files switch $key case ctrl-e commandline -r "edit $file" + commandline -f execute case '*' commandline -i $file end