~crg/config

f5c13712cb7a2affd8f6d4cca1c5fbfbe2be9c86 — Charles Gould 10 months ago c2ca54c
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